#B372AA

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

Shades of Violet Blue #B372AA

Tints of Violet Blue #B372AA

Color information

#B372AA (or 0xB372AA) is unknown color: approx Violet Blue. HEX triplet: B3, 72 and AA. RGB value is (179,114,170). Sum of RGB (Red+Green+Blue) = 179+114+170=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B372AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B372AA is #4C8D55. Grayscale: #8B8B8B. Windows color (decimal): -5016918 or 11170483. OLE color: 11170483.

HSL color Cylindrical-coordinate representation of color #B372AA: hue angle of 308.31º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B372AA is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB179114170-
CMYK00.360.050.30
HSL308.31º29.95%57.45%-
HSV(B)308.31º36.31%70.2%-
XYZ31.8624.5241.08-
YUV139.82145.03155.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.66%
GREEN value IS 114 (44.92% from 255) = 24.62%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=38.66%
G=24.62%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911417000.360.050.30308.3129.9557.45
HexB372AA02451E1341e39
Octal2631622520445364643671
Binary1011001111100101010101001001001011111010011010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B372AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B372AA; }

 p { color: rgb(179,114,170); }

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

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

 a { background-color: rgb(179,114,170); }

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

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

 span { border-color: rgb(179,114,170); }

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