#B962A1

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

Shades of Violet Blue #B962A1

Tints of Violet Blue #B962A1

Color information

#B962A1 (or 0xB962A1) is unknown color: approx Violet Blue. HEX triplet: B9, 62 and A1. RGB value is (185,98,161). Sum of RGB (Red+Green+Blue) = 185+98+161=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B962A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B962A1 is #469D5E. Grayscale: #838383. Windows color (decimal): -4627807 or 10576569. OLE color: 10576569.

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

Color convert

RGB18598161-
CMYK00.470.130.27
HSL316.55º38.33%55.49%-
HSV(B)316.55º47.03%72.55%-
XYZ30.8121.6236.27-
YUV131.2144.82166.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 98 (38.67% from 255) = 22.07%
BLUE value IS 161 (63.28% from 255) = 36.26%
R=41.67%
G=22.07%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859816100.470.130.27316.5538.3355.49
HexB962A102FD1B13d2637
Octal27114224105715334754667
Binary101110011100010101000010101111110111011100111101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B962A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B962A1; }

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

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

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

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

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

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

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

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