#B462A9

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

Shades of Violet Blue #B462A9

Tints of Violet Blue #B462A9

Color information

#B462A9 (or 0xB462A9) is unknown color: approx Violet Blue. HEX triplet: B4, 62 and A9. RGB value is (180,98,169). Sum of RGB (Red+Green+Blue) = 180+98+169=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B462A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B462A9 is #4B9D56. Grayscale: #828282. Windows color (decimal): -4955479 or 11100852. OLE color: 11100852.

HSL color Cylindrical-coordinate representation of color #B462A9: hue angle of 308.05º 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 #B462A9 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18098169-
CMYK00.460.060.29
HSL308.05º35.34%54.51%-
HSV(B)308.05º45.56%70.59%-
XYZ30.3521.340.05-
YUV130.61149.67163.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 98 (38.67% from 255) = 21.92%
BLUE value IS 169 (66.41% from 255) = 37.81%
R=40.27%
G=21.92%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809816900.460.060.29308.0535.3454.51
HexB462A902E61D1342337
Octal2641422510566354644367
Binary10110100110001010101001010111011011101100110100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B462A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B462A9; }

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

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

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

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

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

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

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

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