#B462AA

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

Shades of Violet Blue #B462AA

Tints of Violet Blue #B462AA

Color information

#B462AA (or 0xB462AA) is unknown color: approx Violet Blue. HEX triplet: B4, 62 and AA. RGB value is (180,98,170). Sum of RGB (Red+Green+Blue) = 180+98+170=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B462AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B462AA is #4B9D55. Grayscale: #828282. Windows color (decimal): -4955478 or 11166388. OLE color: 11166388.

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

Color convert

RGB18098170-
CMYK00.460.060.29
HSL307.32º35.34%54.51%-
HSV(B)307.32º45.56%70.59%-
XYZ30.4521.3440.54-
YUV130.73150.17163.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 98 (38.67% from 255) = 21.88%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=40.18%
G=21.88%
B=37.95%

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
Decimal1809817000.460.060.29307.3235.3454.51
HexB462AA02E61D1332337
Octal2641422520566354634367
Binary10110100110001010101010010111011011101100110011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B462AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B462AA; }

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

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

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

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

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

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

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

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