Html Css Color HEX #B86EDE Medium Orchid

📋 copy color: '#B86EDE'

red 184 ◦ green 110 ◦ blue 222

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

Shades of Medium Orchid #B86EDE

Tints of Medium Orchid #B86EDE

RGB

 RED value IS 184 (72.27% from 255) = 35.66%

 GREEN value IS 110 (43.36% from 255) = 21.32%

 BLUE value IS 222 (87.11% from 255) = 43.02%

R = 35.66%
G = 21.32%
B = 43.02%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B86EDE (or 0xB86EDE) is known color: Medium Orchid. HEX triplet: B8, 6E and DE. RGB value is (184,110,222). Sum of RGB (Red+Green+Blue) = 184+110+222=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #B86EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86EDE is #479121. Grayscale: #909090. Windows color (decimal): -4690210 or 14577336. OLE color: 14577336.

HSL color Cylindrical-coordinate representation of color #B86EDE: hue angle of 279.64º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B86EDE is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 110 222 -
CMYK 0.17 0.50 0 0.13
HSL 279.64º 0.63% 0.65% -
HSV(B) 279.64º 0.5% 0.87% -
XYZ 38.53 26.62 72.21 -
YUV 144.89 171.52 155.89 -
System Red Green Blue C M Y K H S L
Decimal 184 110 222 0.17 0.50 0 0.13 279.64 0.63 0.65
Hex B8 6E DE 11 32 0 D 118 3F 41
Octal 270 156 336 21 62 0 15 430 77 101
Binary 10111000 1101110 11011110 10001 110010 0 1101 100011000 111111 1000001

Color Harmonies of #B86EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86EDE

Black with #B86EDE

Text Example


Text Example

White with #B86EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86EDE; }

 p { color: rgb(184,110,222); }

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

background-color css

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

 a { background-color: rgb(184,110,222); }

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

border-color css

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

 span { border-color: rgb(184,110,222); }

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