Html Css Color HEX #B52574 Medium Red Violet

📋 copy color: '#B52574'

red 181 ◦ green 37 ◦ blue 116

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

Shades of Medium Red Violet #B52574

Tints of Medium Red Violet #B52574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.08%

 BLUE value IS 116 (45.7% from 255) = 34.73%

R = 54.19%
G = 11.08%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B52574 (or 0xB52574) is known color: Medium Red Violet. HEX triplet: B5, 25 and 74. RGB value is (181,37,116). Sum of RGB (Red+Green+Blue) = 181+37+116=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B52574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52574 is #4ADA8B. Grayscale: #585858. Windows color (decimal): -4905612 or 7611829. OLE color: 7611829.

HSL color Cylindrical-coordinate representation of color #B52574: hue angle of 327.08º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52574 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 37 116 -
CMYK 0 0.80 0.36 0.29
HSL 327.08º 0.66% 0.43% -
HSV(B) 327.08º 0.8% 0.71% -
XYZ 22.87 12.41 17.71 -
YUV 89.06 143.21 193.58 -
System Red Green Blue C M Y K H S L
Decimal 181 37 116 0 0.80 0.36 0.29 327.08 0.66 0.43
Hex B5 25 74 0 50 24 1D 147 42 2B
Octal 265 45 164 0 120 44 35 507 102 53
Binary 10110101 100101 1110100 0 1010000 100100 11101 101000111 1000010 101011

Color Harmonies of #B52574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52574

Black with #B52574

Text Example


Text Example

White with #B52574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52574; }

 p { color: rgb(181,37,116); }

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

background-color css

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

 a { background-color: rgb(181,37,116); }

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

border-color css

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

 span { border-color: rgb(181,37,116); }

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