#B70D80

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

Shades of Medium Violet Red #B70D80

Tints of Medium Violet Red #B70D80

Color information

#B70D80 (or 0xB70D80) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0D and 80. RGB value is (183,13,128). Sum of RGB (Red+Green+Blue) = 183+13+128=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B70D80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70D80 is #48F27F. Grayscale: #4C4C4C. Windows color (decimal): -4780672 or 8392119. OLE color: 8392119.

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

Color convert

RGB18313128-
CMYK00.930.300.28
HSL319.41º86.73%38.43%-
HSV(B)319.41º92.9%71.76%-
XYZ23.5711.9121.48-
YUV76.94156.82203.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.48%
GREEN value IS 13 (5.47% from 255) = 4.01%
BLUE value IS 128 (50.39% from 255) = 39.51%
R=56.48%
G=4.01%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831312800.930.300.28319.4186.7338.43
HexB7D8005D1E1C13f5726
Octal267152000135363447712746
Binary101101111101100000000101110111110111001001111111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70D80; }

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

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

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

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

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

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

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

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