Html Css Color HEX #B86CDE Medium Orchid

📋 copy color: '#B86CDE'

red 184 ◦ green 108 ◦ blue 222

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

Shades of Medium Orchid #B86CDE

Tints of Medium Orchid #B86CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.01%

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

R = 35.8%
G = 21.01%
B = 43.19%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B86CDE (or 0xB86CDE) is known color: Medium Orchid. HEX triplet: B8, 6C and DE. RGB value is (184,108,222). Sum of RGB (Red+Green+Blue) = 184+108+222=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #B86CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CDE is #479321. Grayscale: #8F8F8F. Windows color (decimal): -4690722 or 14576824. OLE color: 14576824.

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

Color convert

RGB 184 108 222 -
CMYK 0.17 0.51 0 0.13
HSL 280º 0.63% 0.65% -
HSV(B) 280º 0.51% 0.87% -
XYZ 38.31 26.19 72.14 -
YUV 143.72 172.18 156.73 -
System Red Green Blue C M Y K H S L
Decimal 184 108 222 0.17 0.51 0 0.13 280 0.63 0.65
Hex B8 6C DE 11 33 0 D 118 3F 41
Octal 270 154 336 21 63 0 15 430 77 101
Binary 10111000 1101100 11011110 10001 110011 0 1101 100011000 111111 1000001

Color Harmonies of #B86CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86CDE

Black with #B86CDE

Text Example


Text Example

White with #B86CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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