#B370A9

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

Shades of Violet Blue #B370A9

Tints of Violet Blue #B370A9

Color information

#B370A9 (or 0xB370A9) is unknown color: approx Violet Blue. HEX triplet: B3, 70 and A9. RGB value is (179,112,169). Sum of RGB (Red+Green+Blue) = 179+112+169=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B370A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B370A9 is #4C8F56. Grayscale: #8A8A8A. Windows color (decimal): -5017431 or 11104435. OLE color: 11104435.

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

Color convert

RGB179112169-
CMYK00.370.060.30
HSL308.96º30.59%57.06%-
HSV(B)308.96º37.43%70.2%-
XYZ31.5524.0440.51-
YUV138.53145.2156.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 112 (44.14% from 255) = 24.35%
BLUE value IS 169 (66.41% from 255) = 36.74%
R=38.91%
G=24.35%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911216900.370.060.30308.9630.5957.06
HexB370A902561E1351f39
Octal2631602510456364653771
Binary1011001111100001010100101001011101111010011010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B370A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B370A9; }

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

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

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

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

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

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

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

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