Html Css Color HEX #B52271 Medium Red Violet

📋 copy color: '#B52271'

red 181 ◦ green 34 ◦ blue 113

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

Shades of Medium Red Violet #B52271

Tints of Medium Red Violet #B52271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.37%

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

R = 55.18%
G = 10.37%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B52271 (or 0xB52271) is known color: Medium Red Violet. HEX triplet: B5, 22 and 71. RGB value is (181,34,113). Sum of RGB (Red+Green+Blue) = 181+34+113=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B52271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52271 is #4ADD8E. Grayscale: #565656. Windows color (decimal): -4906383 or 7414453. OLE color: 7414453.

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

Color convert

RGB 181 34 113 -
CMYK 0 0.81 0.38 0.29
HSL 327.76º 0.68% 0.42% -
HSV(B) 327.76º 0.81% 0.71% -
XYZ 22.61 12.16 16.78 -
YUV 86.96 142.7 195.08 -
System Red Green Blue C M Y K H S L
Decimal 181 34 113 0 0.81 0.38 0.29 327.76 0.68 0.42
Hex B5 22 71 0 51 26 1D 148 44 2A
Octal 265 42 161 0 121 46 35 510 104 52
Binary 10110101 100010 1110001 0 1010001 100110 11101 101001000 1000100 101010

Color Harmonies of #B52271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52271

Black with #B52271

Text Example


Text Example

White with #B52271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52271; }

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

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

background-color css

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

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

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

border-color css

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

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

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