Html Css Color HEX #B72172 Medium Red Violet

📋 copy color: '#B72172'

red 183 ◦ green 33 ◦ blue 114

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

Shades of Medium Red Violet #B72172

Tints of Medium Red Violet #B72172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10%

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 55.45%
G = 10%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B72172 (or 0xB72172) is known color: Medium Red Violet. HEX triplet: B7, 21 and 72. RGB value is (183,33,114). Sum of RGB (Red+Green+Blue) = 183+33+114=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B72172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72172 is #48DE8D. Grayscale: #565656. Windows color (decimal): -4775566 or 7479735. OLE color: 7479735.

HSL color Cylindrical-coordinate representation of color #B72172: hue angle of 327.6º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B72172 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 33 114 -
CMYK 0 0.82 0.38 0.28
HSL 327.6º 0.69% 0.42% -
HSV(B) 327.6º 0.82% 0.72% -
XYZ 23.11 12.37 17.09 -
YUV 87.08 143.2 196.41 -
System Red Green Blue C M Y K H S L
Decimal 183 33 114 0 0.82 0.38 0.28 327.6 0.69 0.42
Hex B7 21 72 0 52 26 1C 148 45 2A
Octal 267 41 162 0 122 46 34 510 105 52
Binary 10110111 100001 1110010 0 1010010 100110 11100 101001000 1000101 101010

Color Harmonies of #B72172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72172

Black with #B72172

Text Example


Text Example

White with #B72172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72172; }

 p { color: rgb(183,33,114); }

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

background-color css

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

 a { background-color: rgb(183,33,114); }

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

border-color css

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

 span { border-color: rgb(183,33,114); }

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