#B472B2

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

Shades of Violet Blue #B472B2

Tints of Violet Blue #B472B2

Color information

#B472B2 (or 0xB472B2) is unknown color: approx Violet Blue. HEX triplet: B4, 72 and B2. RGB value is (180,114,178). Sum of RGB (Red+Green+Blue) = 180+114+178=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B472B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B472B2 is #4B8D4D. Grayscale: #8C8C8C. Windows color (decimal): -4951374 or 11694772. OLE color: 11694772.

HSL color Cylindrical-coordinate representation of color #B472B2: hue angle of 301.82º 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 #B472B2 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB180114178-
CMYK00.370.010.29
HSL301.82º30.56%57.65%-
HSV(B)301.82º36.67%70.59%-
XYZ32.8824.9545.2-
YUV141.03148.87155.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 114 (44.92% from 255) = 24.15%
BLUE value IS 178 (69.92% from 255) = 37.71%
R=38.14%
G=24.15%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011417800.370.010.29301.8230.5657.65
HexB472B202511D12e1f3a
Octal2641622620451354563772
Binary10110100111001010110010010010111110110010111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B472B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B472B2; }

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

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

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

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

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

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

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

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