Html Css Color HEX #B53172 Medium Red Violet

📋 copy color: '#B53172'

red 181 ◦ green 49 ◦ blue 114

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

Shades of Medium Red Violet #B53172

Tints of Medium Red Violet #B53172

RGB

 RED value IS 181 (71.09% from 255) = 52.62%

 GREEN value IS 49 (19.53% from 255) = 14.24%

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

R = 52.62%
G = 14.24%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B53172 (or 0xB53172) is known color: Medium Red Violet. HEX triplet: B5, 31 and 72. RGB value is (181,49,114). Sum of RGB (Red+Green+Blue) = 181+49+114=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B53172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53172 is #4ACE8D. Grayscale: #5F5F5F. Windows color (decimal): -4902542 or 7483829. OLE color: 7483829.

HSL color Cylindrical-coordinate representation of color #B53172: hue angle of 330.45º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53172 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 49 114 -
CMYK 0 0.73 0.37 0.29
HSL 330.45º 0.57% 0.45% -
HSV(B) 330.45º 0.73% 0.71% -
XYZ 23.19 13.24 17.25 -
YUV 95.88 138.23 188.71 -
System Red Green Blue C M Y K H S L
Decimal 181 49 114 0 0.73 0.37 0.29 330.45 0.57 0.45
Hex B5 31 72 0 49 25 1D 14A 39 2D
Octal 265 61 162 0 111 45 35 512 71 55
Binary 10110101 110001 1110010 0 1001001 100101 11101 101001010 111001 101101

Color Harmonies of #B53172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53172

Black with #B53172

Text Example


Text Example

White with #B53172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53172; }

 p { color: rgb(181,49,114); }

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

background-color css

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

 a { background-color: rgb(181,49,114); }

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

border-color css

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

 span { border-color: rgb(181,49,114); }

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