#B86AE8

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

Shades of Medium Orchid #B86AE8

Tints of Medium Orchid #B86AE8

Color information

#B86AE8 (or 0xB86AE8) is unknown color: approx Medium Orchid. HEX triplet: B8, 6A and E8. RGB value is (184,106,232). Sum of RGB (Red+Green+Blue) = 184+106+232=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 232 (91.02% from 255 or 44.44% from 522); Max value from RGB is 232 - color contains mainly: blue. Hex color #B86AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86AE8 is #479517. Grayscale: #8F8F8F. Windows color (decimal): -4691224 or 15231672. OLE color: 15231672.

HSL color Cylindrical-coordinate representation of color #B86AE8: hue angle of 277.14º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B86AE8 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB184106232-
CMYK0.210.5400.09
HSL277.14º73.26%66.27%-
HSV(B)277.14º54.31%90.98%-
XYZ39.4926.3279.34-
YUV143.69177.84156.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.25%
GREEN value IS 106 (41.80% from 255) = 20.31%
BLUE value IS 232 (91.02% from 255) = 44.44%
R=35.25%
G=20.31%
B=44.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1841062320.210.5400.09277.1473.2666.27
HexB86AE81536091154942
Octal2701523502566011425111102
Binary10111000110101011101000101011101100100110001010110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86AE8; }

 p { color: rgb(184,106,232); }

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

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

 a { background-color: rgb(184,106,232); }

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

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

 span { border-color: rgb(184,106,232); }

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