Html Css Color HEX #B72E97 Medium Red Violet

📋 copy color: '#B72E97'

red 183 ◦ green 46 ◦ blue 151

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

Shades of Medium Red Violet #B72E97

Tints of Medium Red Violet #B72E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.74%

R = 48.16%
G = 12.11%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B72E97 (or 0xB72E97) is known color: Medium Red Violet. HEX triplet: B7, 2E and 97. RGB value is (183,46,151). Sum of RGB (Red+Green+Blue) = 183+46+151=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72E97 is #48D168. Grayscale: #626262. Windows color (decimal): -4772201 or 9907895. OLE color: 9907895.

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

Color convert

RGB 183 46 151 -
CMYK 0 0.75 0.17 0.28
HSL 314.01º 0.6% 0.45% -
HSV(B) 314.01º 0.75% 0.72% -
XYZ 26.09 14.26 30.65 -
YUV 98.93 157.39 187.96 -
System Red Green Blue C M Y K H S L
Decimal 183 46 151 0 0.75 0.17 0.28 314.01 0.6 0.45
Hex B7 2E 97 0 4B 11 1C 13A 3C 2D
Octal 267 56 227 0 113 21 34 472 74 55
Binary 10110111 101110 10010111 0 1001011 10001 11100 100111010 111100 101101

Color Harmonies of #B72E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72E97

Black with #B72E97

Text Example


Text Example

White with #B72E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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