#B373AF

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

Shades of Violet Blue #B373AF

Tints of Violet Blue #B373AF

Color information

#B373AF (or 0xB373AF) is unknown color: approx Violet Blue. HEX triplet: B3, 73 and AF. RGB value is (179,115,175). Sum of RGB (Red+Green+Blue) = 179+115+175=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B373AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B373AF is #4C8C50. Grayscale: #8C8C8C. Windows color (decimal): -5016657 or 11498419. OLE color: 11498419.

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

Color convert

RGB179115175-
CMYK00.360.020.30
HSL303.75º29.63%57.65%-
HSV(B)303.75º35.75%70.2%-
XYZ32.4624.9443.66-
YUV140.98147.2155.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.17%
GREEN value IS 115 (45.31% from 255) = 24.52%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=38.17%
G=24.52%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911517500.360.020.30303.7529.6357.65
HexB373AF02421E1301e3a
Octal2631632570442364603672
Binary101100111110011101011110100100101111010011000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B373AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B373AF; }

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

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

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

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

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

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

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

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