#B966DB

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

Shades of Medium Orchid #B966DB

Tints of Medium Orchid #B966DB

Color information

#B966DB (or 0xB966DB) is unknown color: approx Medium Orchid. HEX triplet: B9, 66 and DB. RGB value is (185,102,219). Sum of RGB (Red+Green+Blue) = 185+102+219=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #B966DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966DB is #469924. Grayscale: #8B8B8B. Windows color (decimal): -4626725 or 14378681. OLE color: 14378681.

HSL color Cylindrical-coordinate representation of color #B966DB: hue angle of 282.56º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B966DB is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185102219-
CMYK0.160.5300.14
HSL282.56º61.9%62.94%-
HSV(B)282.56º53.42%85.88%-
XYZ37.5524.9369.85-
YUV140.16172.5159.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.56%
GREEN value IS 102 (40.23% from 255) = 20.16%
BLUE value IS 219 (85.94% from 255) = 43.28%
R=36.56%
G=20.16%
B=43.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851022190.160.5300.14282.5661.962.94
HexB966DB10350E11b3e3f
Octal27114633320650164337677
Binary101110011100110110110111000011010101110100011011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B966DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B966DB; }

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

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

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

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

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

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

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

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