#B464A3

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

Shades of Violet Blue #B464A3

Tints of Violet Blue #B464A3

Color information

#B464A3 (or 0xB464A3) is unknown color: approx Violet Blue. HEX triplet: B4, 64 and A3. RGB value is (180,100,163). Sum of RGB (Red+Green+Blue) = 180+100+163=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 163 (64.06% from 255 or 36.79% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B464A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B464A3 is #4B9B5C. Grayscale: #828282. Windows color (decimal): -4954973 or 10708148. OLE color: 10708148.

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

Color convert

RGB180100163-
CMYK00.440.090.29
HSL312.75º34.78%54.9%-
HSV(B)312.75º44.44%70.59%-
XYZ29.9921.4637.21-
YUV131.1146162.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 100 (39.45% from 255) = 22.57%
BLUE value IS 163 (64.06% from 255) = 36.79%
R=40.63%
G=22.57%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010016300.440.090.29312.7534.7854.9
HexB464A302C91D1392337
Octal26414424305411354714367
Binary101101001100100101000110101100100111101100111001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B464A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B464A3; }

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

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

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

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

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

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

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

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