Html Css Color HEX #B72980 Medium Red Violet

📋 copy color: '#B72980'

red 183 ◦ green 41 ◦ blue 128

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

Shades of Medium Red Violet #B72980

Tints of Medium Red Violet #B72980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.65%

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

R = 51.99%
G = 11.65%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B72980 (or 0xB72980) is known color: Medium Red Violet. HEX triplet: B7, 29 and 80. RGB value is (183,41,128). Sum of RGB (Red+Green+Blue) = 183+41+128=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B72980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72980 is #48D67F. Grayscale: #5D5D5D. Windows color (decimal): -4773504 or 8399287. OLE color: 8399287.

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

Color convert

RGB 183 41 128 -
CMYK 0 0.78 0.30 0.28
HSL 323.24º 0.63% 0.44% -
HSV(B) 323.24º 0.78% 0.72% -
XYZ 24.22 13.21 21.7 -
YUV 93.38 147.54 191.93 -
System Red Green Blue C M Y K H S L
Decimal 183 41 128 0 0.78 0.30 0.28 323.24 0.63 0.44
Hex B7 29 80 0 4E 1E 1C 143 3F 2C
Octal 267 51 200 0 116 36 34 503 77 54
Binary 10110111 101001 10000000 0 1001110 11110 11100 101000011 111111 101100

Color Harmonies of #B72980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72980

Black with #B72980

Text Example


Text Example

White with #B72980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72980; }

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

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

background-color css

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

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

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

border-color css

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

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

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