Html Css Color HEX #B53777 Medium Red Violet

📋 copy color: '#B53777'

red 181 ◦ green 55 ◦ blue 119

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

Shades of Medium Red Violet #B53777

Tints of Medium Red Violet #B53777

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.49%

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

R = 50.99%
G = 15.49%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B53777 (or 0xB53777) is known color: Medium Red Violet. HEX triplet: B5, 37 and 77. RGB value is (181,55,119). Sum of RGB (Red+Green+Blue) = 181+55+119=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B53777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53777 is #4AC888. Grayscale: #636363. Windows color (decimal): -4901001 or 7813045. OLE color: 7813045.

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

Color convert

RGB 181 55 119 -
CMYK 0 0.70 0.34 0.29
HSL 329.52º 0.53% 0.46% -
HSV(B) 329.52º 0.7% 0.71% -
XYZ 23.75 13.89 18.88 -
YUV 99.97 138.74 185.8 -
System Red Green Blue C M Y K H S L
Decimal 181 55 119 0 0.70 0.34 0.29 329.52 0.53 0.46
Hex B5 37 77 0 46 22 1D 14A 35 2E
Octal 265 67 167 0 106 42 35 512 65 56
Binary 10110101 110111 1110111 0 1000110 100010 11101 101001010 110101 101110

Color Harmonies of #B53777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53777

Black with #B53777

Text Example


Text Example

White with #B53777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53777; }

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

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

background-color css

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

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

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

border-color css

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

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

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