#b70a80

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

Shades of Medium Violet Red #B70A80

Tints of Medium Violet Red #B70A80

Color information

#B70A80 (or 0xB70A80) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0A and 80. RGB value is (183,10,128). Sum of RGB (Red+Green+Blue) = 183+10+128=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70A80 is #48F57F. Grayscale: #4A4A4A. Windows color (decimal): -4781440 or 8391351. OLE color: 8391351.

HSL color Cylindrical-coordinate representation of color #B70A80: hue angle of 319.08º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70A80 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB18310128-
CMYK00.950.300.28
HSL319.08º89.64%37.84%-
HSV(B)319.08º94.54%71.76%-
XYZ23.5311.8421.47-
YUV75.18157.81204.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.01%
GREEN value IS 10 (4.30% from 255) = 3.12%
BLUE value IS 128 (50.39% from 255) = 39.88%
R=57.01%
G=3.12%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831012800.950.300.28319.0889.6437.84
HexB7A8005F1E1C13f5a26
Octal267122000137363447713246
Binary101101111010100000000101111111110111001001111111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b70a80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b70a80; }

 p { color: rgb(183,10,128); }

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

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

 a { background-color: rgb(183,10,128); }

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

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

 span { border-color: rgb(183,10,128); }

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