Html Css Color HEX #B72978 Medium Red Violet

📋 copy color: '#B72978'

red 183 ◦ green 41 ◦ blue 120

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

Shades of Medium Red Violet #B72978

Tints of Medium Red Violet #B72978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.88%

R = 53.2%
G = 11.92%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B72978 (or 0xB72978) is known color: Medium Red Violet. HEX triplet: B7, 29 and 78. RGB value is (183,41,120). Sum of RGB (Red+Green+Blue) = 183+41+120=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B72978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72978 is #48D687. Grayscale: #5C5C5C. Windows color (decimal): -4773512 or 7874999. OLE color: 7874999.

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

Color convert

RGB 183 41 120 -
CMYK 0 0.78 0.34 0.28
HSL 326.62º 0.63% 0.44% -
HSV(B) 326.62º 0.78% 0.72% -
XYZ 23.71 13.01 19.03 -
YUV 92.46 143.54 192.58 -
System Red Green Blue C M Y K H S L
Decimal 183 41 120 0 0.78 0.34 0.28 326.62 0.63 0.44
Hex B7 29 78 0 4E 22 1C 147 3F 2C
Octal 267 51 170 0 116 42 34 507 77 54
Binary 10110111 101001 1111000 0 1001110 100010 11100 101000111 111111 101100

Color Harmonies of #B72978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72978

Black with #B72978

Text Example


Text Example

White with #B72978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72978; }

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

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

background-color css

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

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

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

border-color css

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

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

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