#B70A78

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

Shades of Medium Violet Red #B70A78

Tints of Medium Violet Red #B70A78

Color information

#B70A78 (or 0xB70A78) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0A and 78. RGB value is (183,10,120). Sum of RGB (Red+Green+Blue) = 183+10+120=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70A78 is #48F587. Grayscale: #4A4A4A. Windows color (decimal): -4781448 or 7867063. OLE color: 7867063.

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

Color convert

RGB18310120-
CMYK00.950.340.28
HSL321.85º89.64%37.84%-
HSV(B)321.85º94.54%71.76%-
XYZ23.0311.6418.8-
YUV74.27153.81205.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.47%
GREEN value IS 10 (4.30% from 255) = 3.19%
BLUE value IS 120 (47.27% from 255) = 38.34%
R=58.47%
G=3.19%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831012000.950.340.28321.8589.6437.84
HexB7A7805F221C1425a26
Octal267121700137423450213246
Binary101101111010111100001011111100010111001010000101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70A78; }

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

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

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

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

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

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

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

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