#B466AB

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

Shades of Violet Blue #B466AB

Tints of Violet Blue #B466AB

Color information

#B466AB (or 0xB466AB) is unknown color: approx Violet Blue. HEX triplet: B4, 66 and AB. RGB value is (180,102,171). Sum of RGB (Red+Green+Blue) = 180+102+171=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B466AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B466AB is #4B9954. Grayscale: #848484. Windows color (decimal): -4954453 or 11232948. OLE color: 11232948.

HSL color Cylindrical-coordinate representation of color #B466AB: hue angle of 306.92º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B466AB is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB180102171-
CMYK00.430.050.29
HSL306.92º34.21%55.29%-
HSV(B)306.92º43.33%70.59%-
XYZ30.9222.1541.17-
YUV133.19149.34161.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 102 (40.23% from 255) = 22.52%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=39.74%
G=22.52%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010217100.430.050.29306.9234.2155.29
HexB466AB02B51D1332237
Octal2641462530535354634267
Binary10110100110011010101011010101110111101100110011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B466AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B466AB; }

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

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

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

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

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

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

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

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