Html Css Color HEX #B52F99 Medium Red Violet

📋 copy color: '#B52F99'

red 181 ◦ green 47 ◦ blue 153

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

Shades of Medium Red Violet #B52F99

Tints of Medium Red Violet #B52F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.16%

R = 47.51%
G = 12.34%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B52F99 (or 0xB52F99) is known color: Medium Red Violet. HEX triplet: B5, 2F and 99. RGB value is (181,47,153). Sum of RGB (Red+Green+Blue) = 181+47+153=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52F99 is #4AD066. Grayscale: #626262. Windows color (decimal): -4903015 or 10039221. OLE color: 10039221.

HSL color Cylindrical-coordinate representation of color #B52F99: hue angle of 312.54º 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 #B52F99 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 47 153 -
CMYK 0 0.74 0.15 0.29
HSL 312.54º 0.59% 0.45% -
HSV(B) 312.54º 0.74% 0.71% -
XYZ 25.82 14.16 31.51 -
YUV 99.15 158.39 186.38 -
System Red Green Blue C M Y K H S L
Decimal 181 47 153 0 0.74 0.15 0.29 312.54 0.59 0.45
Hex B5 2F 99 0 4A F 1D 139 3B 2D
Octal 265 57 231 0 112 17 35 471 73 55
Binary 10110101 101111 10011001 0 1001010 1111 11101 100111001 111011 101101

Color Harmonies of #B52F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52F99

Black with #B52F99

Text Example


Text Example

White with #B52F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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