Html Css Color HEX #B72091 Medium Violet Red

📋 copy color: '#B72091'

red 183 ◦ green 32 ◦ blue 145

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

Shades of Medium Violet Red #B72091

Tints of Medium Violet Red #B72091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.89%

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

R = 50.83%
G = 8.89%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B72091 (or 0xB72091) is known color: Medium Violet Red. HEX triplet: B7, 20 and 91. RGB value is (183,32,145). Sum of RGB (Red+Green+Blue) = 183+32+145=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B72091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72091 is #48DF6E. Grayscale: #595959. Windows color (decimal): -4775791 or 9511095. OLE color: 9511095.

HSL color Cylindrical-coordinate representation of color #B72091: hue angle of 315.1º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B72091 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 32 145 -
CMYK 0 0.83 0.21 0.28
HSL 315.1º 0.7% 0.42% -
HSV(B) 315.1º 0.83% 0.72% -
XYZ 25.16 13.14 28 -
YUV 90.03 159.03 194.31 -
System Red Green Blue C M Y K H S L
Decimal 183 32 145 0 0.83 0.21 0.28 315.1 0.7 0.42
Hex B7 20 91 0 53 15 1C 13B 46 2A
Octal 267 40 221 0 123 25 34 473 106 52
Binary 10110111 100000 10010001 0 1010011 10101 11100 100111011 1000110 101010

Color Harmonies of #B72091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72091

Black with #B72091

Text Example


Text Example

White with #B72091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72091; }

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

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

background-color css

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

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

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

border-color css

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

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

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