Html Css Color HEX #B72D87 Medium Red Violet

📋 copy color: '#B72D87'

red 183 ◦ green 45 ◦ blue 135

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

Shades of Medium Red Violet #B72D87

Tints of Medium Red Violet #B72D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.19%

R = 50.41%
G = 12.4%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B72D87 (or 0xB72D87) is known color: Medium Red Violet. HEX triplet: B7, 2D and 87. RGB value is (183,45,135). Sum of RGB (Red+Green+Blue) = 183+45+135=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72D87 is #48D278. Grayscale: #606060. Windows color (decimal): -4772473 or 8859063. OLE color: 8859063.

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

Color convert

RGB 183 45 135 -
CMYK 0 0.75 0.26 0.28
HSL 320.87º 0.61% 0.45% -
HSV(B) 320.87º 0.75% 0.72% -
XYZ 24.84 13.69 24.26 -
YUV 96.52 149.72 189.68 -
System Red Green Blue C M Y K H S L
Decimal 183 45 135 0 0.75 0.26 0.28 320.87 0.61 0.45
Hex B7 2D 87 0 4B 1A 1C 141 3D 2D
Octal 267 55 207 0 113 32 34 501 75 55
Binary 10110111 101101 10000111 0 1001011 11010 11100 101000001 111101 101101

Color Harmonies of #B72D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72D87

Black with #B72D87

Text Example


Text Example

White with #B72D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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