#b462ab

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

Shades of Violet Blue #B462AB

Tints of Violet Blue #B462AB

Color information

#B462AB (or 0xB462AB) is unknown color: approx Violet Blue. HEX triplet: B4, 62 and AB. RGB value is (180,98,171). Sum of RGB (Red+Green+Blue) = 180+98+171=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B462AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B462AB is #4B9D54. Grayscale: #828282. Windows color (decimal): -4955477 or 11231924. OLE color: 11231924.

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

Color convert

RGB18098171-
CMYK00.460.050.29
HSL306.59º35.34%54.51%-
HSV(B)306.59º45.56%70.59%-
XYZ30.5421.3841.04-
YUV130.84150.67163.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 98 (38.67% from 255) = 21.83%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=40.09%
G=21.83%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809817100.460.050.29306.5935.3454.51
HexB462AB02E51D1332337
Octal2641422530565354634367
Binary10110100110001010101011010111010111101100110011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b462ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b462ab; }

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

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

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

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

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

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

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

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