#B966C8

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

Shades of Medium Orchid #B966C8

Tints of Medium Orchid #B966C8

Color information

#B966C8 (or 0xB966C8) is unknown color: approx Medium Orchid. HEX triplet: B9, 66 and C8. RGB value is (185,102,200). Sum of RGB (Red+Green+Blue) = 185+102+200=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 200 (78.52% from 255 or 41.07% from 487); Max value from RGB is 200 - color contains mainly: blue. Hex color #B966C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966C8 is #469937. Grayscale: #898989. Windows color (decimal): -4626744 or 13133497. OLE color: 13133497.

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

Color convert

RGB185102200-
CMYK0.080.4900.22
HSL290.82º47.12%59.22%-
HSV(B)290.82º49%78.43%-
XYZ35.1823.9957.42-
YUV137.99163161.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.99%
GREEN value IS 102 (40.23% from 255) = 20.94%
BLUE value IS 200 (78.52% from 255) = 41.07%
R=37.99%
G=20.94%
B=41.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851022000.080.4900.22290.8247.1259.22
HexB966C88310161232f3b
Octal27114631010610264435773
Binary101110011100110110010001000110001010110100100011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B966C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B966C8; }

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

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

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

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

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

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

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

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