#B966EA

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

Shades of Medium Orchid #B966EA

Tints of Medium Orchid #B966EA

Color information

#B966EA (or 0xB966EA) is unknown color: approx Medium Orchid. HEX triplet: B9, 66 and EA. RGB value is (185,102,234). Sum of RGB (Red+Green+Blue) = 185+102+234=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #B966EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B966EA is #469915. Grayscale: #8D8D8D. Windows color (decimal): -4626710 or 15361721. OLE color: 15361721.

HSL color Cylindrical-coordinate representation of color #B966EA: hue angle of 277.73º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B966EA is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185102234-
CMYK0.210.5600.08
HSL277.73º75.86%65.88%-
HSV(B)277.73º56.41%91.76%-
XYZ39.6125.7680.73-
YUV141.86180158.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.51%
GREEN value IS 102 (40.23% from 255) = 19.58%
BLUE value IS 234 (91.80% from 255) = 44.91%
R=35.51%
G=19.58%
B=44.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851022340.210.5600.08277.7375.8665.88
HexB966EA1538081164c42
Octal2711463522570010426114102
Binary10111001110011011101010101011110000100010001011010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B966EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B966EA; }

 p { color: rgb(185,102,234); }

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

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

 a { background-color: rgb(185,102,234); }

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

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

 span { border-color: rgb(185,102,234); }

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