Html Css Color HEX #B52971 Medium Red Violet

📋 copy color: '#B52971'

red 181 ◦ green 41 ◦ blue 113

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

Shades of Medium Red Violet #B52971

Tints of Medium Red Violet #B52971

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.24%

 BLUE value IS 113 (44.53% from 255) = 33.73%

R = 54.03%
G = 12.24%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B52971 (or 0xB52971) is known color: Medium Red Violet. HEX triplet: B5, 29 and 71. RGB value is (181,41,113). Sum of RGB (Red+Green+Blue) = 181+41+113=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B52971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52971 is #4AD68E. Grayscale: #5A5A5A. Windows color (decimal): -4904591 or 7416245. OLE color: 7416245.

HSL color Cylindrical-coordinate representation of color #B52971: hue angle of 329.14º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52971 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 41 113 -
CMYK 0 0.77 0.38 0.29
HSL 329.14º 0.63% 0.44% -
HSV(B) 329.14º 0.77% 0.71% -
XYZ 22.83 12.6 16.85 -
YUV 91.07 140.38 192.15 -
System Red Green Blue C M Y K H S L
Decimal 181 41 113 0 0.77 0.38 0.29 329.14 0.63 0.44
Hex B5 29 71 0 4D 26 1D 149 3F 2C
Octal 265 51 161 0 115 46 35 511 77 54
Binary 10110101 101001 1110001 0 1001101 100110 11101 101001001 111111 101100

Color Harmonies of #B52971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52971

Black with #B52971

Text Example


Text Example

White with #B52971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52971; }

 p { color: rgb(181,41,113); }

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

background-color css

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

 a { background-color: rgb(181,41,113); }

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

border-color css

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

 span { border-color: rgb(181,41,113); }

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