#B70D82

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

Shades of Medium Violet Red #B70D82

Tints of Medium Violet Red #B70D82

Color information

#B70D82 (or 0xB70D82) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0D and 82. RGB value is (183,13,130). Sum of RGB (Red+Green+Blue) = 183+13+130=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B70D82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70D82 is #48F27D. Grayscale: #4C4C4C. Windows color (decimal): -4780670 or 8523191. OLE color: 8523191.

HSL color Cylindrical-coordinate representation of color #B70D82: hue angle of 318.71º 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 #B70D82 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB18313130-
CMYK00.930.290.28
HSL318.71º86.73%38.43%-
HSV(B)318.71º92.9%71.76%-
XYZ23.711.9722.18-
YUV77.17157.82203.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.13%
GREEN value IS 13 (5.47% from 255) = 3.99%
BLUE value IS 130 (51.17% from 255) = 39.88%
R=56.13%
G=3.99%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831313000.930.290.28318.7186.7338.43
HexB7D8205D1D1C13f5726
Octal267152020135353447712746
Binary101101111101100000100101110111101111001001111111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70D82; }

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

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

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

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

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

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

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

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