Html Css Color HEX #B41876 Medium Violet Red

📋 copy color: '#B41876'

red 180 ◦ green 24 ◦ blue 118

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

Shades of Medium Violet Red #B41876

Tints of Medium Violet Red #B41876

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.45%

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

R = 55.9%
G = 7.45%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B41876 (or 0xB41876) is known color: Medium Violet Red. HEX triplet: B4, 18 and 76. RGB value is (180,24,118). Sum of RGB (Red+Green+Blue) = 180+24+118=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B41876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41876 is #4BE789. Grayscale: #515151. Windows color (decimal): -4974474 or 7739572. OLE color: 7739572.

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

Color convert

RGB 180 24 118 -
CMYK 0 0.87 0.34 0.29
HSL 323.85º 0.76% 0.4% -
HSV(B) 323.85º 0.87% 0.71% -
XYZ 22.42 11.66 18.21 -
YUV 81.36 148.68 198.36 -
System Red Green Blue C M Y K H S L
Decimal 180 24 118 0 0.87 0.34 0.29 323.85 0.76 0.4
Hex B4 18 76 0 57 22 1D 144 4C 28
Octal 264 30 166 0 127 42 35 504 114 50
Binary 10110100 11000 1110110 0 1010111 100010 11101 101000100 1001100 101000

Color Harmonies of #B41876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41876

Black with #B41876

Text Example


Text Example

White with #B41876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41876; }

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

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

background-color css

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

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

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

border-color css

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

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

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