#B86FCC

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

Shades of Medium Orchid #B86FCC

Tints of Medium Orchid #B86FCC

Color information

#B86FCC (or 0xB86FCC) is unknown color: approx Medium Orchid. HEX triplet: B8, 6F and CC. RGB value is (184,111,204). Sum of RGB (Red+Green+Blue) = 184+111+204=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #B86FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FCC is #479033. Grayscale: #8F8F8F. Windows color (decimal): -4689972 or 13397944. OLE color: 13397944.

HSL color Cylindrical-coordinate representation of color #B86FCC: hue angle of 287.1º 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 #B86FCC is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB184111204-
CMYK0.100.4600.2
HSL287.1º47.69%61.76%-
HSV(B)287.1º45.59%80%-
XYZ36.3525.9260.21-
YUV143.43162.18156.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.87%
GREEN value IS 111 (43.75% from 255) = 22.24%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=36.87%
G=22.24%
B=40.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1841112040.100.4600.2287.147.6961.76
HexB86FCCA2E01411f303e
Octal27015731412560244376076
Binary101110001101111110011001010101110010100100011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86FCC; }

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

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

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

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

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

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

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

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