#B966AA

Color #B966AA Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B966AA

Tints of Violet Blue #B966AA

Color information

#B966AA (or 0xB966AA) is unknown color: approx Violet Blue. HEX triplet: B9, 66 and AA. RGB value is (185,102,170). Sum of RGB (Red+Green+Blue) = 185+102+170=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B966AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B966AA is #469955. Grayscale: #868686. Windows color (decimal): -4626774 or 11167417. OLE color: 11167417.

HSL color Cylindrical-coordinate representation of color #B966AA: hue angle of 310.84º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B966AA is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB185102170-
CMYK00.450.080.27
HSL310.84º37.22%56.27%-
HSV(B)310.84º44.86%72.55%-
XYZ32.0122.7240.73-
YUV134.57148163.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 102 (40.23% from 255) = 22.32%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=40.48%
G=22.32%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510217000.450.080.27310.8437.2256.27
HexB966AA02D81B1372538
Octal27114625205510334674570
Binary101110011100110101010100101101100011011100110111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B966AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B966AA; }

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

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

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

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

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

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

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

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