Html Css Color HEX #B72E7D Medium Red Violet

📋 copy color: '#B72E7D'

red 183 ◦ green 46 ◦ blue 125

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

Shades of Medium Red Violet #B72E7D

Tints of Medium Red Violet #B72E7D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.99%

 BLUE value IS 125 (49.22% from 255) = 35.31%

R = 51.69%
G = 12.99%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B72E7D (or 0xB72E7D) is known color: Medium Red Violet. HEX triplet: B7, 2E and 7D. RGB value is (183,46,125). Sum of RGB (Red+Green+Blue) = 183+46+125=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72E7D is #48D182. Grayscale: #5F5F5F. Windows color (decimal): -4772227 or 8203959. OLE color: 8203959.

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

Color convert

RGB 183 46 125 -
CMYK 0 0.75 0.32 0.28
HSL 325.4º 0.6% 0.45% -
HSV(B) 325.4º 0.75% 0.72% -
XYZ 24.21 13.5 20.73 -
YUV 95.97 144.39 190.08 -
System Red Green Blue C M Y K H S L
Decimal 183 46 125 0 0.75 0.32 0.28 325.4 0.6 0.45
Hex B7 2E 7D 0 4B 20 1C 145 3C 2D
Octal 267 56 175 0 113 40 34 505 74 55
Binary 10110111 101110 1111101 0 1001011 100000 11100 101000101 111100 101101

Color Harmonies of #B72E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72E7D

Black with #B72E7D

Text Example


Text Example

White with #B72E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72E7D; }

 p { color: rgb(183,46,125); }

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

background-color css

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

 a { background-color: rgb(183,46,125); }

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

border-color css

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

 span { border-color: rgb(183,46,125); }

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