#B472AB

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

Shades of Violet Blue #B472AB

Tints of Violet Blue #B472AB

Color information

#B472AB (or 0xB472AB) is unknown color: approx Violet Blue. HEX triplet: B4, 72 and AB. RGB value is (180,114,171). Sum of RGB (Red+Green+Blue) = 180+114+171=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B472AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B472AB is #4B8D54. Grayscale: #8C8C8C. Windows color (decimal): -4951381 or 11236020. OLE color: 11236020.

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

Color convert

RGB180114171-
CMYK00.370.050.29
HSL308.18º30.56%57.65%-
HSV(B)308.18º36.67%70.59%-
XYZ32.1924.6841.59-
YUV140.23145.37156.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 114 (44.92% from 255) = 24.52%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=38.71%
G=24.52%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011417100.370.050.29308.1830.5657.65
HexB472AB02551D1341f3a
Octal2641622530455354643772
Binary1011010011100101010101101001011011110110011010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B472AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B472AB; }

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

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

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

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

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

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

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

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