#B464A9

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

Shades of Violet Blue #B464A9

Tints of Violet Blue #B464A9

Color information

#B464A9 (or 0xB464A9) is unknown color: approx Violet Blue. HEX triplet: B4, 64 and A9. RGB value is (180,100,169). Sum of RGB (Red+Green+Blue) = 180+100+169=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B464A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B464A9 is #4B9B56. Grayscale: #838383. Windows color (decimal): -4954967 or 11101364. OLE color: 11101364.

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

Color convert

RGB180100169-
CMYK00.440.060.29
HSL308.25º34.78%54.9%-
HSV(B)308.25º44.44%70.59%-
XYZ30.5421.6840.11-
YUV131.79149162.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 100 (39.45% from 255) = 22.27%
BLUE value IS 169 (66.41% from 255) = 37.64%
R=40.09%
G=22.27%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010016900.440.060.29308.2534.7854.9
HexB464A902C61D1342337
Octal2641442510546354644367
Binary10110100110010010101001010110011011101100110100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B464A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B464A9; }

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

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

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

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

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

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

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

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