Html Css Color HEX #B72E72 Medium Red Violet

📋 copy color: '#B72E72'

red 183 ◦ green 46 ◦ blue 114

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

Shades of Medium Red Violet #B72E72

Tints of Medium Red Violet #B72E72

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.41%

 BLUE value IS 114 (44.92% from 255) = 33.24%

R = 53.35%
G = 13.41%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B72E72 (or 0xB72E72) is known color: Medium Red Violet. HEX triplet: B7, 2E and 72. RGB value is (183,46,114). Sum of RGB (Red+Green+Blue) = 183+46+114=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72E72 is #48D18D. Grayscale: #5E5E5E. Windows color (decimal): -4772238 or 7483063. OLE color: 7483063.

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

Color convert

RGB 183 46 114 -
CMYK 0 0.75 0.38 0.28
HSL 330.22º 0.6% 0.45% -
HSV(B) 330.22º 0.75% 0.72% -
XYZ 23.54 13.24 17.23 -
YUV 94.72 138.89 190.97 -
System Red Green Blue C M Y K H S L
Decimal 183 46 114 0 0.75 0.38 0.28 330.22 0.6 0.45
Hex B7 2E 72 0 4B 26 1C 14A 3C 2D
Octal 267 56 162 0 113 46 34 512 74 55
Binary 10110111 101110 1110010 0 1001011 100110 11100 101001010 111100 101101

Color Harmonies of #B72E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72E72

Black with #B72E72

Text Example


Text Example

White with #B72E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72E72; }

 p { color: rgb(183,46,114); }

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

background-color css

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

 a { background-color: rgb(183,46,114); }

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

border-color css

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

 span { border-color: rgb(183,46,114); }

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