Html Css Color HEX #B70480 Medium Violet Red

📋 copy color: '#B70480'

red 183 ◦ green 4 ◦ blue 128

#B70480
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #B70480

Tints of Medium Violet Red #B70480

RGB

 RED value IS 183 (71.88% from 255) = 58.1%

 GREEN value IS 4 (1.95% from 255) = 1.27%

 BLUE value IS 128 (50.39% from 255) = 40.63%

R = 58.1%
G = 1.27%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B70480 (or 0xB70480) is known color: Medium Violet Red. HEX triplet: B7, 04 and 80. RGB value is (183,4,128). Sum of RGB (Red+Green+Blue) = 183+4+128=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B70480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70480 is #48FB7F. Grayscale: #474747. Windows color (decimal): -4782976 or 8389815. OLE color: 8389815.

HSL color Cylindrical-coordinate representation of color #B70480: hue angle of 318.44º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B70480 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 4 128 -
CMYK 0 0.98 0.30 0.28
HSL 318.44º 0.96% 0.37% -
HSV(B) 318.44º 0.98% 0.72% -
XYZ 23.47 11.71 21.45 -
YUV 71.66 159.8 207.42 -
System Red Green Blue C M Y K H S L
Decimal 183 4 128 0 0.98 0.30 0.28 318.44 0.96 0.37
Hex B7 4 80 0 62 1E 1C 13E 60 25
Octal 267 4 200 0 142 36 34 476 140 45
Binary 10110111 100 10000000 0 1100010 11110 11100 100111110 1100000 100101

Color Harmonies of #B70480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70480

Black with #B70480

Text Example


Text Example

White with #B70480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70480; }

 p { color: rgb(183,4,128); }

 H1.HeaderClassName
 {
   color: #B70480;
 }
 .AnyTagClassName
 {
   color: #B70480;
 }
</style>

background-color css

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

 a { background-color: rgb(183,4,128); }

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

border-color css

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

 span { border-color: rgb(183,4,128); }

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