Html Css Color HEX #B72971 Medium Red Violet

📋 copy color: '#B72971'

red 183 ◦ green 41 ◦ blue 113

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

Shades of Medium Red Violet #B72971

Tints of Medium Red Violet #B72971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.53%

R = 54.3%
G = 12.17%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B72971 (or 0xB72971) is known color: Medium Red Violet. HEX triplet: B7, 29 and 71. RGB value is (183,41,113). Sum of RGB (Red+Green+Blue) = 183+41+113=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B72971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72971 is #48D68E. Grayscale: #5B5B5B. Windows color (decimal): -4773519 or 7416247. OLE color: 7416247.

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

Color convert

RGB 183 41 113 -
CMYK 0 0.78 0.38 0.28
HSL 329.58º 0.63% 0.44% -
HSV(B) 329.58º 0.78% 0.72% -
XYZ 23.3 12.85 16.87 -
YUV 91.67 140.04 193.15 -
System Red Green Blue C M Y K H S L
Decimal 183 41 113 0 0.78 0.38 0.28 329.58 0.63 0.44
Hex B7 29 71 0 4E 26 1C 14A 3F 2C
Octal 267 51 161 0 116 46 34 512 77 54
Binary 10110111 101001 1110001 0 1001110 100110 11100 101001010 111111 101100

Color Harmonies of #B72971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72971

Black with #B72971

Text Example


Text Example

White with #B72971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72971; }

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

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

background-color css

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

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

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

border-color css

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

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

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