#B464AD

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

Shades of Violet Blue #B464AD

Tints of Violet Blue #B464AD

Color information

#B464AD (or 0xB464AD) is unknown color: approx Violet Blue. HEX triplet: B4, 64 and AD. RGB value is (180,100,173). Sum of RGB (Red+Green+Blue) = 180+100+173=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B464AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B464AD is #4B9B52. Grayscale: #848484. Windows color (decimal): -4954963 or 11363508. OLE color: 11363508.

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

Color convert

RGB180100173-
CMYK00.440.040.29
HSL305.25º34.78%54.9%-
HSV(B)305.25º44.44%70.59%-
XYZ30.9221.8342.12-
YUV132.24151162.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 100 (39.45% from 255) = 22.08%
BLUE value IS 173 (67.97% from 255) = 38.19%
R=39.74%
G=22.08%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010017300.440.040.29305.2534.7854.9
HexB464AD02C41D1312337
Octal2641442550544354614367
Binary10110100110010010101101010110010011101100110001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B464AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B464AD; }

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

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

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

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

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

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

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

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