#B370AC

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

Shades of Violet Blue #B370AC

Tints of Violet Blue #B370AC

Color information

#B370AC (or 0xB370AC) is unknown color: approx Violet Blue. HEX triplet: B3, 70 and AC. RGB value is (179,112,172). Sum of RGB (Red+Green+Blue) = 179+112+172=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B370AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B370AC is #4C8F53. Grayscale: #8A8A8A. Windows color (decimal): -5017428 or 11301043. OLE color: 11301043.

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

Color convert

RGB179112172-
CMYK00.370.040.30
HSL306.27º30.59%57.06%-
HSV(B)306.27º37.43%70.2%-
XYZ31.8324.1542.01-
YUV138.87146.7156.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.66%
GREEN value IS 112 (44.14% from 255) = 24.19%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=38.66%
G=24.19%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911217200.370.040.30306.2730.5957.06
HexB370AC02541E1321f39
Octal2631602540454364623771
Binary1011001111100001010110001001011001111010011001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B370AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B370AC; }

 p { color: rgb(179,112,172); }

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

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

 a { background-color: rgb(179,112,172); }

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

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

 span { border-color: rgb(179,112,172); }

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