#b964a9

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

Shades of Violet Blue #B964A9

Tints of Violet Blue #B964A9

Color information

#B964A9 (or 0xB964A9) is unknown color: approx Violet Blue. HEX triplet: B9, 64 and A9. RGB value is (185,100,169). Sum of RGB (Red+Green+Blue) = 185+100+169=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B964A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B964A9 is #469B56. Grayscale: #858585. Windows color (decimal): -4627287 or 11101369. OLE color: 11101369.

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

Color convert

RGB185100169-
CMYK00.460.090.27
HSL311.29º37.78%55.88%-
HSV(B)311.29º45.95%72.55%-
XYZ31.7322.2940.17-
YUV133.28148.16164.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 100 (39.45% from 255) = 22.03%
BLUE value IS 169 (66.41% from 255) = 37.22%
R=40.75%
G=22.03%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510016900.460.090.27311.2937.7855.88
HexB964A902E91B1372638
Octal27114425105611334674670
Binary101110011100100101010010101110100111011100110111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b964a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b964a9; }

 p { color: rgb(185,100,169); }

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

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

 a { background-color: rgb(185,100,169); }

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

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

 span { border-color: rgb(185,100,169); }

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