Html Css Color HEX #B53976 Medium Red Violet

📋 copy color: '#B53976'

red 181 ◦ green 57 ◦ blue 118

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

Shades of Medium Red Violet #B53976

Tints of Medium Red Violet #B53976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.15%

R = 50.84%
G = 16.01%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B53976 (or 0xB53976) is known color: Medium Red Violet. HEX triplet: B5, 39 and 76. RGB value is (181,57,118). Sum of RGB (Red+Green+Blue) = 181+57+118=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B53976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53976 is #4AC689. Grayscale: #646464. Windows color (decimal): -4900490 or 7748021. OLE color: 7748021.

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

Color convert

RGB 181 57 118 -
CMYK 0 0.69 0.35 0.29
HSL 330.48º 0.52% 0.47% -
HSV(B) 330.48º 0.69% 0.71% -
XYZ 23.79 14.06 18.6 -
YUV 101.03 137.58 185.04 -
System Red Green Blue C M Y K H S L
Decimal 181 57 118 0 0.69 0.35 0.29 330.48 0.52 0.47
Hex B5 39 76 0 45 23 1D 14A 34 2F
Octal 265 71 166 0 105 43 35 512 64 57
Binary 10110101 111001 1110110 0 1000101 100011 11101 101001010 110100 101111

Color Harmonies of #B53976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53976

Black with #B53976

Text Example


Text Example

White with #B53976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53976; }

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

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

background-color css

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

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

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

border-color css

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

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

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