#B462A2

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

Shades of Violet Blue #B462A2

Tints of Violet Blue #B462A2

Color information

#B462A2 (or 0xB462A2) is unknown color: approx Violet Blue. HEX triplet: B4, 62 and A2. RGB value is (180,98,162). Sum of RGB (Red+Green+Blue) = 180+98+162=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B462A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B462A2 is #4B9D5D. Grayscale: #818181. Windows color (decimal): -4955486 or 10642100. OLE color: 10642100.

HSL color Cylindrical-coordinate representation of color #B462A2: hue angle of 313.17º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B462A2 is Cyan = 0, Magento = 0.46, Yellow = 0.1 and Black (K on CMYK) = 0.29.

Color convert

RGB18098162-
CMYK00.460.10.29
HSL313.17º35.34%54.51%-
HSV(B)313.17º45.56%70.59%-
XYZ29.7121.0536.68-
YUV129.81146.17163.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 98 (38.67% from 255) = 22.27%
BLUE value IS 162 (63.67% from 255) = 36.82%
R=40.91%
G=22.27%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809816200.460.10.29313.1735.3454.51
HexB462A202EA1D1392337
Octal26414224205612354714367
Binary101101001100010101000100101110101011101100111001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B462A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B462A2; }

 p { color: rgb(180,98,162); }

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

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

 a { background-color: rgb(180,98,162); }

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

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

 span { border-color: rgb(180,98,162); }

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