#B464AA

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

Shades of Violet Blue #B464AA

Tints of Violet Blue #B464AA

Color information

#B464AA (or 0xB464AA) is unknown color: approx Violet Blue. HEX triplet: B4, 64 and AA. RGB value is (180,100,170). Sum of RGB (Red+Green+Blue) = 180+100+170=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B464AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B464AA is #4B9B55. Grayscale: #838383. Windows color (decimal): -4954966 or 11166900. OLE color: 11166900.

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

Color convert

RGB180100170-
CMYK00.440.060.29
HSL307.5º34.78%54.9%-
HSV(B)307.5º44.44%70.59%-
XYZ30.6421.7240.61-
YUV131.9149.5162.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 100 (39.45% from 255) = 22.22%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=40%
G=22.22%
B=37.78%

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
Decimal18010017000.440.060.29307.534.7854.9
HexB464AA02C61D1342337
Octal2641442520546354644367
Binary10110100110010010101010010110011011101100110100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B464AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B464AA; }

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

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

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

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

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

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

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

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