Html Css Color HEX #B72F99 Medium Red Violet

📋 copy color: '#B72F99'

red 183 ◦ green 47 ◦ blue 153

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

Shades of Medium Red Violet #B72F99

Tints of Medium Red Violet #B72F99

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.27%

 BLUE value IS 153 (60.16% from 255) = 39.95%

R = 47.78%
G = 12.27%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B72F99 (or 0xB72F99) is known color: Medium Red Violet. HEX triplet: B7, 2F and 99. RGB value is (183,47,153). Sum of RGB (Red+Green+Blue) = 183+47+153=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B72F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72F99 is #48D066. Grayscale: #636363. Windows color (decimal): -4771943 or 10039223. OLE color: 10039223.

HSL color Cylindrical-coordinate representation of color #B72F99: hue angle of 313.24º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B72F99 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 47 153 -
CMYK 0 0.74 0.16 0.28
HSL 313.24º 0.59% 0.45% -
HSV(B) 313.24º 0.74% 0.72% -
XYZ 26.29 14.4 31.53 -
YUV 99.75 158.06 187.38 -
System Red Green Blue C M Y K H S L
Decimal 183 47 153 0 0.74 0.16 0.28 313.24 0.59 0.45
Hex B7 2F 99 0 4A 10 1C 139 3B 2D
Octal 267 57 231 0 112 20 34 471 73 55
Binary 10110111 101111 10011001 0 1001010 10000 11100 100111001 111011 101101

Color Harmonies of #B72F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72F99

Black with #B72F99

Text Example


Text Example

White with #B72F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72F99; }

 p { color: rgb(183,47,153); }

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

background-color css

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

 a { background-color: rgb(183,47,153); }

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

border-color css

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

 span { border-color: rgb(183,47,153); }

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