#B964AA

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

Shades of Violet Blue #B964AA

Tints of Violet Blue #B964AA

Color information

#B964AA (or 0xB964AA) is unknown color: approx Violet Blue. HEX triplet: B9, 64 and AA. RGB value is (185,100,170). Sum of RGB (Red+Green+Blue) = 185+100+170=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B964AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B964AA is #469B55. Grayscale: #858585. Windows color (decimal): -4627286 or 11166905. OLE color: 11166905.

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

Color convert

RGB185100170-
CMYK00.460.080.27
HSL310.59º37.78%55.88%-
HSV(B)310.59º45.95%72.55%-
XYZ31.8222.3340.66-
YUV133.39148.66164.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 100 (39.45% from 255) = 21.98%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=40.66%
G=21.98%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510017000.460.080.27310.5937.7855.88
HexB964AA02E81B1372638
Octal27114425205610334674670
Binary101110011100100101010100101110100011011100110111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B964AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B964AA; }

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

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

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

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

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

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

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

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