Html Css Color HEX #B70580 Medium Violet Red

📋 copy color: '#B70580'

red 183 ◦ green 5 ◦ blue 128

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

Shades of Medium Violet Red #B70580

Tints of Medium Violet Red #B70580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

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

R = 57.91%
G = 1.58%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B70580 (or 0xB70580) is known color: Medium Violet Red. HEX triplet: B7, 05 and 80. RGB value is (183,5,128). Sum of RGB (Red+Green+Blue) = 183+5+128=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B70580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70580 is #48FA7F. Grayscale: #474747. Windows color (decimal): -4782720 or 8390071. OLE color: 8390071.

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

Color convert

RGB 183 5 128 -
CMYK 0 0.97 0.30 0.28
HSL 318.54º 0.95% 0.37% -
HSV(B) 318.54º 0.97% 0.72% -
XYZ 23.48 11.73 21.45 -
YUV 72.24 159.47 207 -
System Red Green Blue C M Y K H S L
Decimal 183 5 128 0 0.97 0.30 0.28 318.54 0.95 0.37
Hex B7 5 80 0 61 1E 1C 13F 5F 25
Octal 267 5 200 0 141 36 34 477 137 45
Binary 10110111 101 10000000 0 1100001 11110 11100 100111111 1011111 100101

Color Harmonies of #B70580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70580

Black with #B70580

Text Example


Text Example

White with #B70580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70580; }

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

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

background-color css

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

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

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

border-color css

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

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

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