Html Css Color HEX #B31376 Medium Violet Red

📋 copy color: '#B31376'

red 179 ◦ green 19 ◦ blue 118

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

Shades of Medium Violet Red #B31376

Tints of Medium Violet Red #B31376

RGB

 RED value IS 179 (70.31% from 255) = 56.65%

 GREEN value IS 19 (7.81% from 255) = 6.01%

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

R = 56.65%
G = 6.01%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B31376 (or 0xB31376) is known color: Medium Violet Red. HEX triplet: B3, 13 and 76. RGB value is (179,19,118). Sum of RGB (Red+Green+Blue) = 179+19+118=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B31376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31376 is #4CEC89. Grayscale: #4D4D4D. Windows color (decimal): -5041290 or 7738291. OLE color: 7738291.

HSL color Cylindrical-coordinate representation of color #B31376: hue angle of 322.88º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31376 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 19 118 -
CMYK 0 0.89 0.34 0.30
HSL 322.88º 0.81% 0.39% -
HSV(B) 322.88º 0.89% 0.7% -
XYZ 22.09 11.36 18.17 -
YUV 78.13 150.51 199.95 -
System Red Green Blue C M Y K H S L
Decimal 179 19 118 0 0.89 0.34 0.30 322.88 0.81 0.39
Hex B3 13 76 0 59 22 1E 143 51 27
Octal 263 23 166 0 131 42 36 503 121 47
Binary 10110011 10011 1110110 0 1011001 100010 11110 101000011 1010001 100111

Color Harmonies of #B31376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31376

Black with #B31376

Text Example


Text Example

White with #B31376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31376; }

 p { color: rgb(179,19,118); }

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

background-color css

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

 a { background-color: rgb(179,19,118); }

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

border-color css

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

 span { border-color: rgb(179,19,118); }

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