#B372AD

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

Shades of Violet Blue #B372AD

Tints of Violet Blue #B372AD

Color information

#B372AD (or 0xB372AD) is unknown color: approx Violet Blue. HEX triplet: B3, 72 and AD. RGB value is (179,114,173). Sum of RGB (Red+Green+Blue) = 179+114+173=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B372AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B372AD is #4C8D52. Grayscale: #8B8B8B. Windows color (decimal): -5016915 or 11367091. OLE color: 11367091.

HSL color Cylindrical-coordinate representation of color #B372AD: hue angle of 305.54º 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 #B372AD is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB179114173-
CMYK00.360.030.30
HSL305.54º29.95%57.45%-
HSV(B)305.54º36.31%70.2%-
XYZ32.1524.6442.6-
YUV140.16146.53155.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 114 (44.92% from 255) = 24.46%
BLUE value IS 173 (67.97% from 255) = 37.12%
R=38.41%
G=24.46%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911417300.360.030.30305.5429.9557.45
HexB372AD02431E1321e39
Octal2631622550443364623671
Binary101100111110010101011010100100111111010011001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B372AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B372AD; }

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

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

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

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

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

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

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

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