#B962A4

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

Shades of Violet Blue #B962A4

Tints of Violet Blue #B962A4

Color information

#B962A4 (or 0xB962A4) is unknown color: approx Violet Blue. HEX triplet: B9, 62 and A4. RGB value is (185,98,164). Sum of RGB (Red+Green+Blue) = 185+98+164=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B962A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B962A4 is #469D5B. Grayscale: #838383. Windows color (decimal): -4627804 or 10773177. OLE color: 10773177.

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

Color convert

RGB18598164-
CMYK00.470.110.27
HSL314.48º38.33%55.49%-
HSV(B)314.48º47.03%72.55%-
XYZ31.0821.7337.68-
YUV131.54146.32166.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.39%
GREEN value IS 98 (38.67% from 255) = 21.92%
BLUE value IS 164 (64.45% from 255) = 36.69%
R=41.39%
G=21.92%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859816400.470.110.27314.4838.3355.49
HexB962A402FB1B13a2637
Octal27114224405713334724667
Binary101110011100010101001000101111101111011100111010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B962A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B962A4; }

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

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

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

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

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

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

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

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