#B370B2

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

Shades of Violet Blue #B370B2

Tints of Violet Blue #B370B2

Color information

#B370B2 (or 0xB370B2) is unknown color: approx Violet Blue. HEX triplet: B3, 70 and B2. RGB value is (179,112,178). Sum of RGB (Red+Green+Blue) = 179+112+178=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B370B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B370B2 is #4C8F4D. Grayscale: #8B8B8B. Windows color (decimal): -5017422 or 11694259. OLE color: 11694259.

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

Color convert

RGB179112178-
CMYK00.370.010.30
HSL300.9º30.59%57.06%-
HSV(B)300.9º37.43%70.2%-
XYZ32.4224.3945.12-
YUV139.56149.7156.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.17%
GREEN value IS 112 (44.14% from 255) = 23.88%
BLUE value IS 178 (69.92% from 255) = 37.95%
R=38.17%
G=23.88%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911217800.370.010.30300.930.5957.06
HexB370B202511E12d1f39
Octal2631602620451364553771
Binary10110011111000010110010010010111111010010110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B370B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B370B2; }

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

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

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

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

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

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

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

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