Html Css Color HEX #B72C90 Medium Red Violet

📋 copy color: '#B72C90'

red 183 ◦ green 44 ◦ blue 144

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

Shades of Medium Red Violet #B72C90

Tints of Medium Red Violet #B72C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.81%

R = 49.33%
G = 11.86%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B72C90 (or 0xB72C90) is known color: Medium Red Violet. HEX triplet: B7, 2C and 90. RGB value is (183,44,144). Sum of RGB (Red+Green+Blue) = 183+44+144=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72C90 is #48D36F. Grayscale: #606060. Windows color (decimal): -4772720 or 9448631. OLE color: 9448631.

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

Color convert

RGB 183 44 144 -
CMYK 0 0.76 0.21 0.28
HSL 316.83º 0.61% 0.45% -
HSV(B) 316.83º 0.76% 0.72% -
XYZ 25.46 13.88 27.72 -
YUV 96.96 154.55 189.37 -
System Red Green Blue C M Y K H S L
Decimal 183 44 144 0 0.76 0.21 0.28 316.83 0.61 0.45
Hex B7 2C 90 0 4C 15 1C 13D 3D 2D
Octal 267 54 220 0 114 25 34 475 75 55
Binary 10110111 101100 10010000 0 1001100 10101 11100 100111101 111101 101101

Color Harmonies of #B72C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72C90

Black with #B72C90

Text Example


Text Example

White with #B72C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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