#b86fd8

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

Shades of Medium Orchid #B86FD8

Tints of Medium Orchid #B86FD8

Color information

#B86FD8 (or 0xB86FD8) is unknown color: approx Medium Orchid. HEX triplet: B8, 6F and D8. RGB value is (184,111,216). Sum of RGB (Red+Green+Blue) = 184+111+216=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #B86FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FD8 is #479027. Grayscale: #909090. Windows color (decimal): -4689960 or 14184376. OLE color: 14184376.

HSL color Cylindrical-coordinate representation of color #B86FD8: hue angle of 281.71º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B86FD8 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184111216-
CMYK0.150.4900.15
HSL281.71º57.38%64.12%-
HSV(B)281.71º48.61%84.71%-
XYZ37.8526.5268.09-
YUV144.8168.18155.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.01%
GREEN value IS 111 (43.75% from 255) = 21.72%
BLUE value IS 216 (84.77% from 255) = 42.27%
R=36.01%
G=21.72%
B=42.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841112160.150.4900.15281.7157.3864.12
HexB86FD8F310F11a3940
Octal270157330176101743271100
Binary101110001101111110110001111110001011111000110101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b86fd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b86fd8; }

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

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

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

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

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

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

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

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