#B966C9

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

Shades of Medium Orchid #B966C9

Tints of Medium Orchid #B966C9

Color information

#B966C9 (or 0xB966C9) is unknown color: approx Medium Orchid. HEX triplet: B9, 66 and C9. RGB value is (185,102,201). Sum of RGB (Red+Green+Blue) = 185+102+201=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 201 - color contains mainly: blue. Hex color #B966C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966C9 is #469936. Grayscale: #898989. Windows color (decimal): -4626743 or 13199033. OLE color: 13199033.

HSL color Cylindrical-coordinate representation of color #B966C9: hue angle of 290.3º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B966C9 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185102201-
CMYK0.080.4900.21
HSL290.3º47.83%59.41%-
HSV(B)290.3º49.25%78.82%-
XYZ35.324.0358.04-
YUV138.1163.5161.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.91%
GREEN value IS 102 (40.23% from 255) = 20.90%
BLUE value IS 201 (78.91% from 255) = 41.19%
R=37.91%
G=20.90%
B=41.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851022010.080.4900.21290.347.8359.41
HexB966C9831015122303b
Octal27114631110610254426073
Binary101110011100110110010011000110001010101100100010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B966C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B966C9; }

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

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

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

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

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

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

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

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