#B966A8

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

Shades of Violet Blue #B966A8

Tints of Violet Blue #B966A8

Color information

#B966A8 (or 0xB966A8) is unknown color: approx Violet Blue. HEX triplet: B9, 66 and A8. RGB value is (185,102,168). Sum of RGB (Red+Green+Blue) = 185+102+168=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B966A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B966A8 is #469957. Grayscale: #868686. Windows color (decimal): -4626776 or 11036345. OLE color: 11036345.

HSL color Cylindrical-coordinate representation of color #B966A8: hue angle of 312.29º 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 #B966A8 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB185102168-
CMYK00.450.090.27
HSL312.29º37.22%56.27%-
HSV(B)312.29º44.86%72.55%-
XYZ31.8322.6439.74-
YUV134.34147164.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 168 (66.02% from 255) = 36.92%
R=40.66%
G=22.42%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510216800.450.090.27312.2937.2256.27
HexB966A802D91B1382538
Octal27114625005511334704570
Binary101110011100110101010000101101100111011100111000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B966A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B966A8; }

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

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

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

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

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

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

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

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