#B86BE4

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

Shades of Medium Orchid #B86BE4

Tints of Medium Orchid #B86BE4

Color information

#B86BE4 (or 0xB86BE4) is unknown color: approx Medium Orchid. HEX triplet: B8, 6B and E4. RGB value is (184,107,228). Sum of RGB (Red+Green+Blue) = 184+107+228=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 228 (89.45% from 255 or 43.93% from 519); Max value from RGB is 228 - color contains mainly: blue. Hex color #B86BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BE4 is #47941B. Grayscale: #8F8F8F. Windows color (decimal): -4690972 or 14969784. OLE color: 14969784.

HSL color Cylindrical-coordinate representation of color #B86BE4: hue angle of 278.18º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B86BE4 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB184107228-
CMYK0.190.5300.11
HSL278.18º69.14%65.69%-
HSV(B)278.18º53.07%89.41%-
XYZ39.0326.3176.42-
YUV143.82175.51156.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.45%
GREEN value IS 107 (42.19% from 255) = 20.62%
BLUE value IS 228 (89.45% from 255) = 43.93%
R=35.45%
G=20.62%
B=43.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1841072280.190.5300.11278.1869.1465.69
HexB86BE413350B1164542
Octal2701533442365013426105102
Binary10111000110101111100100100111101010101110001011010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86BE4; }

 p { color: rgb(184,107,228); }

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

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

 a { background-color: rgb(184,107,228); }

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

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

 span { border-color: rgb(184,107,228); }

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