#B86FCD

Color #B86FCD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B86FCD

Tints of Medium Orchid #B86FCD

Color information

#B86FCD (or 0xB86FCD) is unknown color: approx Medium Orchid. HEX triplet: B8, 6F and CD. RGB value is (184,111,205). Sum of RGB (Red+Green+Blue) = 184+111+205=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #B86FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FCD is #479032. Grayscale: #8F8F8F. Windows color (decimal): -4689971 or 13463480. OLE color: 13463480.

HSL color Cylindrical-coordinate representation of color #B86FCD: hue angle of 286.6º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B86FCD is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184111205-
CMYK0.100.4600.20
HSL286.6º48.45%61.96%-
HSV(B)286.6º45.85%80.39%-
XYZ36.4725.9760.85-
YUV143.54162.68156.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.8%
GREEN value IS 111 (43.75% from 255) = 22.2%
BLUE value IS 205 (80.47% from 255) = 41%
R=36.8%
G=22.2%
B=41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841112050.100.4600.20286.648.4561.96
HexB86FCDA2E01411f303e
Octal27015731512560244376076
Binary101110001101111110011011010101110010100100011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86FCD; }

 p { color: rgb(184,111,205); }

 H1.HeaderClassName
 {
   color: #B86FCD;
 }
 .AnyTagClassName
 {
   color: #B86FCD;
 }
</style>
background-color css

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

 a { background-color: rgb(184,111,205); }

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

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

 span { border-color: rgb(184,111,205); }

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