Html Css Color HEX #B72C77 Medium Red Violet

📋 copy color: '#B72C77'

red 183 ◦ green 44 ◦ blue 119

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

Shades of Medium Red Violet #B72C77

Tints of Medium Red Violet #B72C77

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.72%

 BLUE value IS 119 (46.88% from 255) = 34.39%

R = 52.89%
G = 12.72%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B72C77 (or 0xB72C77) is known color: Medium Red Violet. HEX triplet: B7, 2C and 77. RGB value is (183,44,119). Sum of RGB (Red+Green+Blue) = 183+44+119=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72C77 is #48D388. Grayscale: #5D5D5D. Windows color (decimal): -4772745 or 7810231. OLE color: 7810231.

HSL color Cylindrical-coordinate representation of color #B72C77: hue angle of 327.63º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B72C77 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 44 119 -
CMYK 0 0.76 0.35 0.28
HSL 327.63º 0.61% 0.45% -
HSV(B) 327.63º 0.76% 0.72% -
XYZ 23.76 13.2 18.75 -
YUV 94.11 142.05 191.4 -
System Red Green Blue C M Y K H S L
Decimal 183 44 119 0 0.76 0.35 0.28 327.63 0.61 0.45
Hex B7 2C 77 0 4C 23 1C 148 3D 2D
Octal 267 54 167 0 114 43 34 510 75 55
Binary 10110111 101100 1110111 0 1001100 100011 11100 101001000 111101 101101

Color Harmonies of #B72C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72C77

Black with #B72C77

Text Example


Text Example

White with #B72C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72C77; }

 p { color: rgb(183,44,119); }

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

background-color css

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

 a { background-color: rgb(183,44,119); }

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

border-color css

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

 span { border-color: rgb(183,44,119); }

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