Html Css Color HEX #B41776 Medium Violet Red

📋 copy color: '#B41776'

red 180 ◦ green 23 ◦ blue 118

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

Shades of Medium Violet Red #B41776

Tints of Medium Violet Red #B41776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.17%

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

R = 56.07%
G = 7.17%
B = 36.76%

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

#B41776 (or 0xB41776) is known color: Medium Violet Red. HEX triplet: B4, 17 and 76. RGB value is (180,23,118). Sum of RGB (Red+Green+Blue) = 180+23+118=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B41776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41776 is #4BE889. Grayscale: #505050. Windows color (decimal): -4974730 or 7739316. OLE color: 7739316.

HSL color Cylindrical-coordinate representation of color #B41776: hue angle of 323.69º degrees, saturation: 0.77, 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 #B41776 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 23 118 -
CMYK 0 0.87 0.34 0.29
HSL 323.69º 0.77% 0.4% -
HSV(B) 323.69º 0.87% 0.71% -
XYZ 22.4 11.62 18.2 -
YUV 80.77 149.01 198.78 -
System Red Green Blue C M Y K H S L
Decimal 180 23 118 0 0.87 0.34 0.29 323.69 0.77 0.4
Hex B4 17 76 0 57 22 1D 144 4D 28
Octal 264 27 166 0 127 42 35 504 115 50
Binary 10110100 10111 1110110 0 1010111 100010 11101 101000100 1001101 101000

Color Harmonies of #B41776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41776

Black with #B41776

Text Example


Text Example

White with #B41776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41776; }

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

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

background-color css

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

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

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

border-color css

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

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

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