Html Css Color HEX #B72C8D Medium Red Violet

📋 copy color: '#B72C8D'

red 183 ◦ green 44 ◦ blue 141

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

Shades of Medium Red Violet #B72C8D

Tints of Medium Red Violet #B72C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 49.73%
G = 11.96%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B72C8D (or 0xB72C8D) is known color: Medium Red Violet. HEX triplet: B7, 2C and 8D. RGB value is (183,44,141). Sum of RGB (Red+Green+Blue) = 183+44+141=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72C8D is #48D372. Grayscale: #606060. Windows color (decimal): -4772723 or 9252023. OLE color: 9252023.

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

Color convert

RGB 183 44 141 -
CMYK 0 0.76 0.23 0.28
HSL 318.13º 0.61% 0.45% -
HSV(B) 318.13º 0.76% 0.72% -
XYZ 25.24 13.79 26.53 -
YUV 96.62 153.05 189.61 -
System Red Green Blue C M Y K H S L
Decimal 183 44 141 0 0.76 0.23 0.28 318.13 0.61 0.45
Hex B7 2C 8D 0 4C 17 1C 13E 3D 2D
Octal 267 54 215 0 114 27 34 476 75 55
Binary 10110111 101100 10001101 0 1001100 10111 11100 100111110 111101 101101

Color Harmonies of #B72C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72C8D

Black with #B72C8D

Text Example


Text Example

White with #B72C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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