Html Css Color HEX #B52871 Medium Red Violet

📋 copy color: '#B52871'

red 181 ◦ green 40 ◦ blue 113

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

Shades of Medium Red Violet #B52871

Tints of Medium Red Violet #B52871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.98%

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

R = 54.19%
G = 11.98%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B52871 (or 0xB52871) is known color: Medium Red Violet. HEX triplet: B5, 28 and 71. RGB value is (181,40,113). Sum of RGB (Red+Green+Blue) = 181+40+113=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B52871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52871 is #4AD78E. Grayscale: #5A5A5A. Windows color (decimal): -4904847 or 7415989. OLE color: 7415989.

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

Color convert

RGB 181 40 113 -
CMYK 0 0.78 0.38 0.29
HSL 328.94º 0.64% 0.43% -
HSV(B) 328.94º 0.78% 0.71% -
XYZ 22.8 12.53 16.84 -
YUV 90.48 140.71 192.56 -
System Red Green Blue C M Y K H S L
Decimal 181 40 113 0 0.78 0.38 0.29 328.94 0.64 0.43
Hex B5 28 71 0 4E 26 1D 149 40 2B
Octal 265 50 161 0 116 46 35 511 100 53
Binary 10110101 101000 1110001 0 1001110 100110 11101 101001001 1000000 101011

Color Harmonies of #B52871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52871

Black with #B52871

Text Example


Text Example

White with #B52871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52871; }

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

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

background-color css

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

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

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

border-color css

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

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

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