Html Css Color HEX #B23EDA Medium Orchid

📋 copy color: '#B23EDA'

red 178 ◦ green 62 ◦ blue 218

#B23EDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B23EDA

Tints of Medium Orchid #B23EDA

RGB

 RED value IS 178 (69.92% from 255) = 38.86%

 GREEN value IS 62 (24.61% from 255) = 13.54%

 BLUE value IS 218 (85.55% from 255) = 47.6%

R = 38.86%
G = 13.54%
B = 47.6%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B23EDA (or 0xB23EDA) is known color: Medium Orchid. HEX triplet: B2, 3E and DA. RGB value is (178,62,218). Sum of RGB (Red+Green+Blue) = 178+62+218=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 62 (24.61% from 255 or 13.54% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #B23EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23EDA is #4DC125. Grayscale: #717171. Windows color (decimal): -5095718 or 14302898. OLE color: 14302898.

HSL color Cylindrical-coordinate representation of color #B23EDA: hue angle of 284.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23EDA is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 62 218 -
CMYK 0.18 0.72 0 0.15
HSL 284.62º 0.68% 0.55% -
HSV(B) 284.62º 0.72% 0.85% -
XYZ 32.74 17.97 68.07 -
YUV 114.47 186.43 173.32 -
System Red Green Blue C M Y K H S L
Decimal 178 62 218 0.18 0.72 0 0.15 284.62 0.68 0.55
Hex B2 3E DA 12 48 0 F 11D 44 37
Octal 262 76 332 22 110 0 17 435 104 67
Binary 10110010 111110 11011010 10010 1001000 0 1111 100011101 1000100 110111

Color Harmonies of #B23EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23EDA

Black with #B23EDA

Text Example


Text Example

White with #B23EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23EDA; }

 p { color: rgb(178,62,218); }

 H1.HeaderClassName
 {
   color: #B23EDA;
 }
 .AnyTagClassName
 {
   color: #B23EDA;
 }
</style>

background-color css

<style>
 a { background-color: #B23EDA; }

 a { background-color: rgb(178,62,218); }

 div.DivClassName
 {
   background-color: #B23EDA;
 }
 .BgClassName
 {
   background-color: #B23EDA;
 }
</style>

border-color css

<style>
 span { border-color: #B23EDA; }

 span { border-color: rgb(178,62,218); }

 td.TdClassName
 {
   border-color: #B23EDA;
 }
 .TagClassName
 {
   border-color: #B23EDA;
 }
</style>