#B373AD

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

Shades of Violet Blue #B373AD

Tints of Violet Blue #B373AD

Color information

#B373AD (or 0xB373AD) is unknown color: approx Violet Blue. HEX triplet: B3, 73 and AD. RGB value is (179,115,173). Sum of RGB (Red+Green+Blue) = 179+115+173=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B373AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B373AD is #4C8C52. Grayscale: #8C8C8C. Windows color (decimal): -5016659 or 11367347. OLE color: 11367347.

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

Color convert

RGB179115173-
CMYK00.360.030.30
HSL305.62º29.63%57.65%-
HSV(B)305.62º35.75%70.2%-
XYZ32.2624.8642.63-
YUV140.75146.2155.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.33%
GREEN value IS 115 (45.31% from 255) = 24.63%
BLUE value IS 173 (67.97% from 255) = 37.04%
R=38.33%
G=24.63%
B=37.04%

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
Decimal17911517300.360.030.30305.6229.6357.65
HexB373AD02431E1321e3a
Octal2631632550443364623672
Binary101100111110011101011010100100111111010011001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B373AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B373AD; }

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

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

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

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

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

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

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

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