#B70078

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

Shades of Medium Violet Red #B70078

Tints of Medium Violet Red #B70078

Color information

#B70078 (or 0xB70078) is unknown color: approx Medium Violet Red. HEX triplet: B7, 00 and 78. RGB value is (183,0,120). Sum of RGB (Red+Green+Blue) = 183+0+120=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B70078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70078 is #48FF87. Grayscale: #444444. Windows color (decimal): -4784008 or 7864503. OLE color: 7864503.

HSL color Cylindrical-coordinate representation of color #B70078: hue angle of 320.66º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70078 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB1830120-
CMYK010.340.28
HSL320.66º100%35.88%-
HSV(B)320.66º100%71.76%-
XYZ22.9211.4218.77-
YUV68.4157.13209.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 39.60%
R=60.40%
G=0%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1830120010.340.28320.6610035.88
HexB7078064221C1416424
Octal26701700144423450114444
Binary101101110111100001100100100010111001010000011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70078; }

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

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

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

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

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

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

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

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