#B70A7D

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

Shades of Medium Violet Red #B70A7D

Tints of Medium Violet Red #B70A7D

Color information

#B70A7D (or 0xB70A7D) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0A and 7D. RGB value is (183,10,125). Sum of RGB (Red+Green+Blue) = 183+10+125=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70A7D is #48F582. Grayscale: #4A4A4A. Windows color (decimal): -4781443 or 8194743. OLE color: 8194743.

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

Color convert

RGB18310125-
CMYK00.950.320.28
HSL320.12º89.64%37.84%-
HSV(B)320.12º94.54%71.76%-
XYZ23.3411.7720.44-
YUV74.84156.31205.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.55%
GREEN value IS 10 (4.30% from 255) = 3.14%
BLUE value IS 125 (49.22% from 255) = 39.31%
R=57.55%
G=3.14%
B=39.31%

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
Decimal1831012500.950.320.28320.1289.6437.84
HexB7A7D05F201C1405a26
Octal267121750137403450013246
Binary101101111010111110101011111100000111001010000001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70A7D; }

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

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

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

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

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

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

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

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