#B373AB

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

Shades of Violet Blue #B373AB

Tints of Violet Blue #B373AB

Color information

#B373AB (or 0xB373AB) is unknown color: approx Violet Blue. HEX triplet: B3, 73 and AB. RGB value is (179,115,171). Sum of RGB (Red+Green+Blue) = 179+115+171=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B373AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B373AB is #4C8C54. Grayscale: #8C8C8C. Windows color (decimal): -5016661 or 11236275. OLE color: 11236275.

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

Color convert

RGB179115171-
CMYK00.360.040.30
HSL307.5º29.63%57.65%-
HSV(B)307.5º35.75%70.2%-
XYZ32.0724.7941.62-
YUV140.52145.2155.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.49%
GREEN value IS 115 (45.31% from 255) = 24.73%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=38.49%
G=24.73%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911517100.360.040.30307.529.6357.65
HexB373AB02441E1341e3a
Octal2631632530444364643672
Binary1011001111100111010101101001001001111010011010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B373AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B373AB; }

 p { color: rgb(179,115,171); }

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

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

 a { background-color: rgb(179,115,171); }

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

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

 span { border-color: rgb(179,115,171); }

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