#B962A0

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

Shades of Violet Blue #B962A0

Tints of Violet Blue #B962A0

Color information

#B962A0 (or 0xB962A0) is unknown color: approx Violet Blue. HEX triplet: B9, 62 and A0. RGB value is (185,98,160). Sum of RGB (Red+Green+Blue) = 185+98+160=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B962A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B962A0 is #469D5F. Grayscale: #828282. Windows color (decimal): -4627808 or 10511033. OLE color: 10511033.

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

Color convert

RGB18598160-
CMYK00.470.140.27
HSL317.24º38.33%55.49%-
HSV(B)317.24º47.03%72.55%-
XYZ30.7221.5935.81-
YUV131.08144.32166.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 98 (38.67% from 255) = 22.12%
BLUE value IS 160 (62.89% from 255) = 36.12%
R=41.76%
G=22.12%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859816000.470.140.27317.2438.3355.49
HexB962A002FE1B13d2637
Octal27114224005716334754667
Binary101110011100010101000000101111111011011100111101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B962A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B962A0; }

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

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

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

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

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

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

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

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