Html Css Color HEX #B53977 Medium Red Violet

📋 copy color: '#B53977'

red 181 ◦ green 57 ◦ blue 119

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

Shades of Medium Red Violet #B53977

Tints of Medium Red Violet #B53977

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.97%

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

R = 50.7%
G = 15.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B53977 (or 0xB53977) is known color: Medium Red Violet. HEX triplet: B5, 39 and 77. RGB value is (181,57,119). Sum of RGB (Red+Green+Blue) = 181+57+119=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B53977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53977 is #4AC688. Grayscale: #656565. Windows color (decimal): -4900489 or 7813557. OLE color: 7813557.

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

Color convert

RGB 181 57 119 -
CMYK 0 0.69 0.34 0.29
HSL 330º 0.52% 0.47% -
HSV(B) 330º 0.69% 0.71% -
XYZ 23.85 14.08 18.91 -
YUV 101.14 138.08 184.96 -
System Red Green Blue C M Y K H S L
Decimal 181 57 119 0 0.69 0.34 0.29 330 0.52 0.47
Hex B5 39 77 0 45 22 1D 14A 34 2F
Octal 265 71 167 0 105 42 35 512 64 57
Binary 10110101 111001 1110111 0 1000101 100010 11101 101001010 110100 101111

Color Harmonies of #B53977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53977

Black with #B53977

Text Example


Text Example

White with #B53977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53977; }

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

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

background-color css

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

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

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

border-color css

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

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

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