Html Css Color HEX #B53F99 Medium Red Violet

📋 copy color: '#B53F99'

red 181 ◦ green 63 ◦ blue 153

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

Shades of Medium Red Violet #B53F99

Tints of Medium Red Violet #B53F99

RGB

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

 GREEN value IS 63 (25% from 255) = 15.87%

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

R = 45.59%
G = 15.87%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B53F99 (or 0xB53F99) is known color: Medium Red Violet. HEX triplet: B5, 3F and 99. RGB value is (181,63,153). Sum of RGB (Red+Green+Blue) = 181+63+153=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53F99 is #4AC066. Grayscale: #6C6C6C. Windows color (decimal): -4898919 or 10043317. OLE color: 10043317.

HSL color Cylindrical-coordinate representation of color #B53F99: hue angle of 314.24º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B53F99 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 63 153 -
CMYK 0 0.65 0.15 0.29
HSL 314.24º 0.48% 0.48% -
HSV(B) 314.24º 0.65% 0.71% -
XYZ 26.58 15.68 31.76 -
YUV 108.54 153.09 179.68 -
System Red Green Blue C M Y K H S L
Decimal 181 63 153 0 0.65 0.15 0.29 314.24 0.48 0.48
Hex B5 3F 99 0 41 F 1D 13A 30 30
Octal 265 77 231 0 101 17 35 472 60 60
Binary 10110101 111111 10011001 0 1000001 1111 11101 100111010 110000 110000

Color Harmonies of #B53F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53F99

Black with #B53F99

Text Example


Text Example

White with #B53F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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