Html Css Color HEX #B41376 Medium Violet Red

📋 copy color: '#B41376'

red 180 ◦ green 19 ◦ blue 118

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

Shades of Medium Violet Red #B41376

Tints of Medium Violet Red #B41376

RGB

 RED value IS 180 (70.7% from 255) = 56.78%

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

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

R = 56.78%
G = 5.99%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B41376 (or 0xB41376) is known color: Medium Violet Red. HEX triplet: B4, 13 and 76. RGB value is (180,19,118). Sum of RGB (Red+Green+Blue) = 180+19+118=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B41376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41376 is #4BEC89. Grayscale: #4E4E4E. Windows color (decimal): -4975754 or 7738292. OLE color: 7738292.

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

Color convert

RGB 180 19 118 -
CMYK 0 0.89 0.34 0.29
HSL 323.11º 0.81% 0.39% -
HSV(B) 323.11º 0.89% 0.71% -
XYZ 22.33 11.48 18.18 -
YUV 78.43 150.34 200.45 -
System Red Green Blue C M Y K H S L
Decimal 180 19 118 0 0.89 0.34 0.29 323.11 0.81 0.39
Hex B4 13 76 0 59 22 1D 143 51 27
Octal 264 23 166 0 131 42 35 503 121 47
Binary 10110100 10011 1110110 0 1011001 100010 11101 101000011 1010001 100111

Color Harmonies of #B41376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41376

Black with #B41376

Text Example


Text Example

White with #B41376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41376; }

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

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

background-color css

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

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

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

border-color css

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

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

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