Html Css Color HEX #B52171 Medium Red Violet

📋 copy color: '#B52171'

red 181 ◦ green 33 ◦ blue 113

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

Shades of Medium Red Violet #B52171

Tints of Medium Red Violet #B52171

RGB

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

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

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

R = 55.35%
G = 10.09%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B52171 (or 0xB52171) is known color: Medium Red Violet. HEX triplet: B5, 21 and 71. RGB value is (181,33,113). Sum of RGB (Red+Green+Blue) = 181+33+113=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B52171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52171 is #4ADE8E. Grayscale: #565656. Windows color (decimal): -4906639 or 7414197. OLE color: 7414197.

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

Color convert

RGB 181 33 113 -
CMYK 0 0.82 0.38 0.29
HSL 327.57º 0.69% 0.42% -
HSV(B) 327.57º 0.82% 0.71% -
XYZ 22.58 12.1 16.77 -
YUV 86.37 143.03 195.5 -
System Red Green Blue C M Y K H S L
Decimal 181 33 113 0 0.82 0.38 0.29 327.57 0.69 0.42
Hex B5 21 71 0 52 26 1D 148 45 2A
Octal 265 41 161 0 122 46 35 510 105 52
Binary 10110101 100001 1110001 0 1010010 100110 11101 101001000 1000101 101010

Color Harmonies of #B52171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52171

Black with #B52171

Text Example


Text Example

White with #B52171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52171; }

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

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

background-color css

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

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

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

border-color css

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

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

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