#B70A7C

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

Shades of Medium Violet Red #B70A7C

Tints of Medium Violet Red #B70A7C

Color information

#B70A7C (or 0xB70A7C) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0A and 7C. RGB value is (183,10,124). Sum of RGB (Red+Green+Blue) = 183+10+124=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70A7C is #48F583. Grayscale: #4A4A4A. Windows color (decimal): -4781444 or 8129207. OLE color: 8129207.

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

Color convert

RGB18310124-
CMYK00.950.320.28
HSL320.46º89.64%37.84%-
HSV(B)320.46º94.54%71.76%-
XYZ23.2811.7420.11-
YUV74.72155.81205.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.73%
GREEN value IS 10 (4.30% from 255) = 3.15%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=57.73%
G=3.15%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831012400.950.320.28320.4689.6437.84
HexB7A7C05F201C1405a26
Octal267121740137403450013246
Binary101101111010111110001011111100000111001010000001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70A7C; }

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

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

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

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

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

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

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

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