Html Css Color HEX #B72D8F Medium Red Violet

📋 copy color: '#B72D8F'

red 183 ◦ green 45 ◦ blue 143

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

Shades of Medium Red Violet #B72D8F

Tints of Medium Red Violet #B72D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.54%

R = 49.33%
G = 12.13%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B72D8F (or 0xB72D8F) is known color: Medium Red Violet. HEX triplet: B7, 2D and 8F. RGB value is (183,45,143). Sum of RGB (Red+Green+Blue) = 183+45+143=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72D8F is #48D270. Grayscale: #616161. Windows color (decimal): -4772465 or 9383351. OLE color: 9383351.

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

Color convert

RGB 183 45 143 -
CMYK 0 0.75 0.22 0.28
HSL 317.39º 0.61% 0.45% -
HSV(B) 317.39º 0.75% 0.72% -
XYZ 25.42 13.93 27.33 -
YUV 97.43 153.72 189.03 -
System Red Green Blue C M Y K H S L
Decimal 183 45 143 0 0.75 0.22 0.28 317.39 0.61 0.45
Hex B7 2D 8F 0 4B 16 1C 13D 3D 2D
Octal 267 55 217 0 113 26 34 475 75 55
Binary 10110111 101101 10001111 0 1001011 10110 11100 100111101 111101 101101

Color Harmonies of #B72D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72D8F

Black with #B72D8F

Text Example


Text Example

White with #B72D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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