Html Css Color HEX #B72991 Medium Red Violet

📋 copy color: '#B72991'

red 183 ◦ green 41 ◦ blue 145

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

Shades of Medium Red Violet #B72991

Tints of Medium Red Violet #B72991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.3%

R = 49.59%
G = 11.11%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B72991 (or 0xB72991) is known color: Medium Red Violet. HEX triplet: B7, 29 and 91. RGB value is (183,41,145). Sum of RGB (Red+Green+Blue) = 183+41+145=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B72991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72991 is #48D66E. Grayscale: #5F5F5F. Windows color (decimal): -4773487 or 9513399. OLE color: 9513399.

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

Color convert

RGB 183 41 145 -
CMYK 0 0.78 0.21 0.28
HSL 316.06º 0.63% 0.44% -
HSV(B) 316.06º 0.78% 0.72% -
XYZ 25.43 13.7 28.09 -
YUV 95.31 156.04 190.54 -
System Red Green Blue C M Y K H S L
Decimal 183 41 145 0 0.78 0.21 0.28 316.06 0.63 0.44
Hex B7 29 91 0 4E 15 1C 13C 3F 2C
Octal 267 51 221 0 116 25 34 474 77 54
Binary 10110111 101001 10010001 0 1001110 10101 11100 100111100 111111 101100

Color Harmonies of #B72991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72991

Black with #B72991

Text Example


Text Example

White with #B72991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72991; }

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

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

background-color css

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

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

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

border-color css

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

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

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