#B070B2

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

Shades of Violet Blue #B070B2

Tints of Violet Blue #B070B2

Color information

#B070B2 (or 0xB070B2) is unknown color: approx Violet Blue. HEX triplet: B0, 70 and B2. RGB value is (176,112,178). Sum of RGB (Red+Green+Blue) = 176+112+178=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 178 - color contains mainly: blue. Hex color #B070B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B070B2 is #4F8F4D. Grayscale: #8A8A8A. Windows color (decimal): -5214030 or 11694256. OLE color: 11694256.

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

Color convert

RGB176112178-
CMYK0.010.3700.30
HSL298.18º30%56.86%-
HSV(B)298.18º37.08%69.8%-
XYZ31.7324.0345.09-
YUV138.66150.2154.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 112 (44.14% from 255) = 24.03%
BLUE value IS 178 (69.92% from 255) = 38.20%
R=37.77%
G=24.03%
B=38.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761121780.010.3700.30298.183056.86
HexB070B212501E12a1e39
Octal2601602621450364523671
Binary10110000111000010110010110010101111010010101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B070B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B070B2; }

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

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

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

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

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

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

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

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