#B462A8

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

Shades of Violet Blue #B462A8

Tints of Violet Blue #B462A8

Color information

#B462A8 (or 0xB462A8) is unknown color: approx Violet Blue. HEX triplet: B4, 62 and A8. RGB value is (180,98,168). Sum of RGB (Red+Green+Blue) = 180+98+168=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B462A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B462A8 is #4B9D57. Grayscale: #828282. Windows color (decimal): -4955480 or 11035316. OLE color: 11035316.

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

Color convert

RGB18098168-
CMYK00.460.070.29
HSL308.78º35.34%54.51%-
HSV(B)308.78º45.56%70.59%-
XYZ30.2621.2739.56-
YUV130.5149.17163.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 98 (38.67% from 255) = 21.97%
BLUE value IS 168 (66.02% from 255) = 37.67%
R=40.36%
G=21.97%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809816800.460.070.29308.7835.3454.51
HexB462A802E71D1352337
Octal2641422500567354654367
Binary10110100110001010101000010111011111101100110101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B462A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B462A8; }

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

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

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

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

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

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

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

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