Html Css Color HEX #B13576 Medium Red Violet

📋 copy color: '#B13576'

red 177 ◦ green 53 ◦ blue 118

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

Shades of Medium Red Violet #B13576

Tints of Medium Red Violet #B13576

RGB

 RED value IS 177 (69.53% from 255) = 50.86%

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

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

R = 50.86%
G = 15.23%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B13576 (or 0xB13576) is known color: Medium Red Violet. HEX triplet: B1, 35 and 76. RGB value is (177,53,118). Sum of RGB (Red+Green+Blue) = 177+53+118=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B13576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13576 is #4ECA89. Grayscale: #616161. Windows color (decimal): -5163658 or 7746993. OLE color: 7746993.

HSL color Cylindrical-coordinate representation of color #B13576: hue angle of 328.55º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B13576 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 53 118 -
CMYK 0 0.70 0.33 0.31
HSL 328.55º 0.54% 0.45% -
HSV(B) 328.55º 0.7% 0.69% -
XYZ 22.67 13.2 18.49 -
YUV 97.49 139.58 184.71 -
System Red Green Blue C M Y K H S L
Decimal 177 53 118 0 0.70 0.33 0.31 328.55 0.54 0.45
Hex B1 35 76 0 46 21 1F 149 36 2D
Octal 261 65 166 0 106 41 37 511 66 55
Binary 10110001 110101 1110110 0 1000110 100001 11111 101001001 110110 101101

Color Harmonies of #B13576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13576

Black with #B13576

Text Example


Text Example

White with #B13576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13576; }

 p { color: rgb(177,53,118); }

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

background-color css

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

 a { background-color: rgb(177,53,118); }

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

border-color css

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

 span { border-color: rgb(177,53,118); }

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