Html Css Color HEX #B72872 Medium Red Violet

📋 copy color: '#B72872'

red 183 ◦ green 40 ◦ blue 114

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

Shades of Medium Red Violet #B72872

Tints of Medium Red Violet #B72872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.87%

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

R = 54.3%
G = 11.87%
B = 33.83%

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

#B72872 (or 0xB72872) is known color: Medium Red Violet. HEX triplet: B7, 28 and 72. RGB value is (183,40,114). Sum of RGB (Red+Green+Blue) = 183+40+114=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B72872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72872 is #48D78D. Grayscale: #5B5B5B. Windows color (decimal): -4773774 or 7481527. OLE color: 7481527.

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

Color convert

RGB 183 40 114 -
CMYK 0 0.78 0.38 0.28
HSL 328.95º 0.64% 0.44% -
HSV(B) 328.95º 0.78% 0.72% -
XYZ 23.32 12.8 17.16 -
YUV 91.19 140.88 193.48 -
System Red Green Blue C M Y K H S L
Decimal 183 40 114 0 0.78 0.38 0.28 328.95 0.64 0.44
Hex B7 28 72 0 4E 26 1C 149 40 2C
Octal 267 50 162 0 116 46 34 511 100 54
Binary 10110111 101000 1110010 0 1001110 100110 11100 101001001 1000000 101100

Color Harmonies of #B72872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72872

Black with #B72872

Text Example


Text Example

White with #B72872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72872; }

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

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

background-color css

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

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

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

border-color css

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

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

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