Html Css Color HEX #B52C71 Medium Red Violet

📋 copy color: '#B52C71'

red 181 ◦ green 44 ◦ blue 113

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

Shades of Medium Red Violet #B52C71

Tints of Medium Red Violet #B52C71

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.02%

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

R = 53.55%
G = 13.02%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B52C71 (or 0xB52C71) is known color: Medium Red Violet. HEX triplet: B5, 2C and 71. RGB value is (181,44,113). Sum of RGB (Red+Green+Blue) = 181+44+113=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52C71 is #4AD38E. Grayscale: #5C5C5C. Windows color (decimal): -4903823 or 7417013. OLE color: 7417013.

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

Color convert

RGB 181 44 113 -
CMYK 0 0.76 0.38 0.29
HSL 329.78º 0.61% 0.44% -
HSV(B) 329.78º 0.76% 0.71% -
XYZ 22.94 12.82 16.89 -
YUV 92.83 139.39 190.89 -
System Red Green Blue C M Y K H S L
Decimal 181 44 113 0 0.76 0.38 0.29 329.78 0.61 0.44
Hex B5 2C 71 0 4C 26 1D 14A 3D 2C
Octal 265 54 161 0 114 46 35 512 75 54
Binary 10110101 101100 1110001 0 1001100 100110 11101 101001010 111101 101100

Color Harmonies of #B52C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52C71

Black with #B52C71

Text Example


Text Example

White with #B52C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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