#B962A9

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

Shades of Violet Blue #B962A9

Tints of Violet Blue #B962A9

Color information

#B962A9 (or 0xB962A9) is unknown color: approx Violet Blue. HEX triplet: B9, 62 and A9. RGB value is (185,98,169). Sum of RGB (Red+Green+Blue) = 185+98+169=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 169 (66.41% from 255 or 37.39% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B962A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B962A9 is #469D56. Grayscale: #838383. Windows color (decimal): -4627799 or 11100857. OLE color: 11100857.

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

Color convert

RGB18598169-
CMYK00.470.090.27
HSL311.03º38.33%55.49%-
HSV(B)311.03º47.03%72.55%-
XYZ31.5421.9140.1-
YUV132.11148.82165.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 98 (38.67% from 255) = 21.68%
BLUE value IS 169 (66.41% from 255) = 37.39%
R=40.93%
G=21.68%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859816900.470.090.27311.0338.3355.49
HexB962A902F91B1372637
Octal27114225105711334674667
Binary101110011100010101010010101111100111011100110111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B962A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B962A9; }

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

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

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

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

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

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

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

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