#B866E2

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

Shades of Medium Orchid #B866E2

Tints of Medium Orchid #B866E2

Color information

#B866E2 (or 0xB866E2) is unknown color: approx Medium Orchid. HEX triplet: B8, 66 and E2. RGB value is (184,102,226). Sum of RGB (Red+Green+Blue) = 184+102+226=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 226 (88.67% from 255 or 44.14% from 512); Max value from RGB is 226 - color contains mainly: blue. Hex color #B866E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B866E2 is #47991D. Grayscale: #8C8C8C. Windows color (decimal): -4692254 or 14837432. OLE color: 14837432.

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

Color convert

RGB184102226-
CMYK0.190.5500.11
HSL279.68º68.13%64.31%-
HSV(B)279.68º54.87%88.63%-
XYZ38.2525.1874.8-
YUV140.65176.17158.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.94%
GREEN value IS 102 (40.23% from 255) = 19.92%
BLUE value IS 226 (88.67% from 255) = 44.14%
R=35.94%
G=19.92%
B=44.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1841022260.190.5500.11279.6868.1364.31
HexB866E213370B1184440
Octal2701463422367013430104100
Binary10111000110011011100010100111101110101110001100010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B866E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B866E2; }

 p { color: rgb(184,102,226); }

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

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

 a { background-color: rgb(184,102,226); }

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

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

 span { border-color: rgb(184,102,226); }

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