Html Css Color HEX #B53577 Medium Red Violet

📋 copy color: '#B53577'

red 181 ◦ green 53 ◦ blue 119

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

Shades of Medium Red Violet #B53577

Tints of Medium Red Violet #B53577

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.01%

 BLUE value IS 119 (46.88% from 255) = 33.71%

R = 51.27%
G = 15.01%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B53577 (or 0xB53577) is known color: Medium Red Violet. HEX triplet: B5, 35 and 77. RGB value is (181,53,119). Sum of RGB (Red+Green+Blue) = 181+53+119=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B53577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53577 is #4ACA88. Grayscale: #626262. Windows color (decimal): -4901513 or 7812533. OLE color: 7812533.

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

Color convert

RGB 181 53 119 -
CMYK 0 0.71 0.34 0.29
HSL 329.06º 0.55% 0.46% -
HSV(B) 329.06º 0.71% 0.71% -
XYZ 23.66 13.7 18.85 -
YUV 98.8 139.41 186.63 -
System Red Green Blue C M Y K H S L
Decimal 181 53 119 0 0.71 0.34 0.29 329.06 0.55 0.46
Hex B5 35 77 0 47 22 1D 149 37 2E
Octal 265 65 167 0 107 42 35 511 67 56
Binary 10110101 110101 1110111 0 1000111 100010 11101 101001001 110111 101110

Color Harmonies of #B53577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53577

Black with #B53577

Text Example


Text Example

White with #B53577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53577; }

 p { color: rgb(181,53,119); }

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

background-color css

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

 a { background-color: rgb(181,53,119); }

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

border-color css

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

 span { border-color: rgb(181,53,119); }

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