#B963AA

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

Shades of Violet Blue #B963AA

Tints of Violet Blue #B963AA

Color information

#B963AA (or 0xB963AA) is unknown color: approx Violet Blue. HEX triplet: B9, 63 and AA. RGB value is (185,99,170). Sum of RGB (Red+Green+Blue) = 185+99+170=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B963AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B963AA is #469C55. Grayscale: #848484. Windows color (decimal): -4627542 or 11166649. OLE color: 11166649.

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

Color convert

RGB18599170-
CMYK00.460.080.27
HSL310.47º38.05%55.69%-
HSV(B)310.47º46.49%72.55%-
XYZ31.7322.1440.63-
YUV132.81148.99165.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 99 (39.06% from 255) = 21.81%
BLUE value IS 170 (66.80% from 255) = 37.44%
R=40.75%
G=21.81%
B=37.44%

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
Decimal1859917000.460.080.27310.4738.0555.69
HexB963AA02E81B1362638
Octal27114325205610334664670
Binary101110011100011101010100101110100011011100110110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B963AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B963AA; }

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

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

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

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

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

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

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

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