Html Css Color HEX #B72D89 Medium Red Violet

📋 copy color: '#B72D89'

red 183 ◦ green 45 ◦ blue 137

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

Shades of Medium Red Violet #B72D89

Tints of Medium Red Violet #B72D89

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.33%

 BLUE value IS 137 (53.91% from 255) = 37.53%

R = 50.14%
G = 12.33%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B72D89 (or 0xB72D89) is known color: Medium Red Violet. HEX triplet: B7, 2D and 89. RGB value is (183,45,137). Sum of RGB (Red+Green+Blue) = 183+45+137=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72D89 is #48D276. Grayscale: #606060. Windows color (decimal): -4772471 or 8990135. OLE color: 8990135.

HSL color Cylindrical-coordinate representation of color #B72D89: hue angle of 320º degrees, saturation: 0.61, 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 #B72D89 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 45 137 -
CMYK 0 0.75 0.25 0.28
HSL 320º 0.61% 0.45% -
HSV(B) 320º 0.75% 0.72% -
XYZ 24.98 13.75 25 -
YUV 96.75 150.72 189.52 -
System Red Green Blue C M Y K H S L
Decimal 183 45 137 0 0.75 0.25 0.28 320 0.61 0.45
Hex B7 2D 89 0 4B 19 1C 140 3D 2D
Octal 267 55 211 0 113 31 34 500 75 55
Binary 10110111 101101 10001001 0 1001011 11001 11100 101000000 111101 101101

Color Harmonies of #B72D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72D89

Black with #B72D89

Text Example


Text Example

White with #B72D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72D89; }

 p { color: rgb(183,45,137); }

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

background-color css

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

 a { background-color: rgb(183,45,137); }

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

border-color css

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

 span { border-color: rgb(183,45,137); }

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