Html Css Color HEX #B41976 Medium Violet Red

📋 copy color: '#B41976'

red 180 ◦ green 25 ◦ blue 118

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

Shades of Medium Violet Red #B41976

Tints of Medium Violet Red #B41976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.74%

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

R = 55.73%
G = 7.74%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B41976 (or 0xB41976) is known color: Medium Violet Red. HEX triplet: B4, 19 and 76. RGB value is (180,25,118). Sum of RGB (Red+Green+Blue) = 180+25+118=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B41976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41976 is #4BE689. Grayscale: #515151. Windows color (decimal): -4974218 or 7739828. OLE color: 7739828.

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

Color convert

RGB 180 25 118 -
CMYK 0 0.86 0.34 0.29
HSL 324º 0.76% 0.4% -
HSV(B) 324º 0.86% 0.71% -
XYZ 22.44 11.71 18.22 -
YUV 81.95 148.35 197.94 -
System Red Green Blue C M Y K H S L
Decimal 180 25 118 0 0.86 0.34 0.29 324 0.76 0.4
Hex B4 19 76 0 56 22 1D 144 4C 28
Octal 264 31 166 0 126 42 35 504 114 50
Binary 10110100 11001 1110110 0 1010110 100010 11101 101000100 1001100 101000

Color Harmonies of #B41976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41976

Black with #B41976

Text Example


Text Example

White with #B41976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41976; }

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

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

background-color css

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

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

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

border-color css

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

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

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