#B464AB

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

Shades of Violet Blue #B464AB

Tints of Violet Blue #B464AB

Color information

#B464AB (or 0xB464AB) is unknown color: approx Violet Blue. HEX triplet: B4, 64 and AB. RGB value is (180,100,171). Sum of RGB (Red+Green+Blue) = 180+100+171=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B464AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B464AB is #4B9B54. Grayscale: #838383. Windows color (decimal): -4954965 or 11232436. OLE color: 11232436.

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

Color convert

RGB180100171-
CMYK00.440.050.29
HSL306.75º34.78%54.9%-
HSV(B)306.75º44.44%70.59%-
XYZ30.7321.7641.11-
YUV132.01150162.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 100 (39.45% from 255) = 22.17%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=39.91%
G=22.17%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010017100.440.050.29306.7534.7854.9
HexB464AB02C51D1332337
Octal2641442530545354634367
Binary10110100110010010101011010110010111101100110011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B464AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B464AB; }

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

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

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

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

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

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

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

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