Html Css Color HEX #B52F87 Medium Red Violet

📋 copy color: '#B52F87'

red 181 ◦ green 47 ◦ blue 135

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

Shades of Medium Red Violet #B52F87

Tints of Medium Red Violet #B52F87

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.95%

 BLUE value IS 135 (53.13% from 255) = 37.19%

R = 49.86%
G = 12.95%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B52F87 (or 0xB52F87) is known color: Medium Red Violet. HEX triplet: B5, 2F and 87. RGB value is (181,47,135). Sum of RGB (Red+Green+Blue) = 181+47+135=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52F87 is #4AD078. Grayscale: #606060. Windows color (decimal): -4903033 or 8859573. OLE color: 8859573.

HSL color Cylindrical-coordinate representation of color #B52F87: hue angle of 320.6º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B52F87 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 47 135 -
CMYK 0 0.74 0.25 0.29
HSL 320.6º 0.59% 0.45% -
HSV(B) 320.6º 0.74% 0.71% -
XYZ 24.45 13.61 24.26 -
YUV 97.1 149.39 187.84 -
System Red Green Blue C M Y K H S L
Decimal 181 47 135 0 0.74 0.25 0.29 320.6 0.59 0.45
Hex B5 2F 87 0 4A 19 1D 141 3B 2D
Octal 265 57 207 0 112 31 35 501 73 55
Binary 10110101 101111 10000111 0 1001010 11001 11101 101000001 111011 101101

Color Harmonies of #B52F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52F87

Black with #B52F87

Text Example


Text Example

White with #B52F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52F87; }

 p { color: rgb(181,47,135); }

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

background-color css

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

 a { background-color: rgb(181,47,135); }

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

border-color css

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

 span { border-color: rgb(181,47,135); }

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