#B464AE

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

Shades of Violet Blue #B464AE

Tints of Violet Blue #B464AE

Color information

#B464AE (or 0xB464AE) is unknown color: approx Violet Blue. HEX triplet: B4, 64 and AE. RGB value is (180,100,174). Sum of RGB (Red+Green+Blue) = 180+100+174=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B464AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B464AE is #4B9B51. Grayscale: #848484. Windows color (decimal): -4954962 or 11429044. OLE color: 11429044.

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

Color convert

RGB180100174-
CMYK00.440.030.29
HSL304.5º34.78%54.9%-
HSV(B)304.5º44.44%70.59%-
XYZ31.0221.8742.63-
YUV132.36151.5161.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 100 (39.45% from 255) = 22.03%
BLUE value IS 174 (68.36% from 255) = 38.33%
R=39.65%
G=22.03%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010017400.440.030.29304.534.7854.9
HexB464AE02C31D1302337
Octal2641442560543354604367
Binary1011010011001001010111001011001111101100110000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B464AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B464AE; }

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

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

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

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

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

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

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

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