Html Css Color HEX #B41978 Medium Violet Red

📋 copy color: '#B41978'

red 180 ◦ green 25 ◦ blue 120

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

Shades of Medium Violet Red #B41978

Tints of Medium Violet Red #B41978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.92%

R = 55.38%
G = 7.69%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B41978 (or 0xB41978) is known color: Medium Violet Red. HEX triplet: B4, 19 and 78. RGB value is (180,25,120). Sum of RGB (Red+Green+Blue) = 180+25+120=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B41978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41978 is #4BE687. Grayscale: #515151. Windows color (decimal): -4974216 or 7870900. OLE color: 7870900.

HSL color Cylindrical-coordinate representation of color #B41978: hue angle of 323.23º 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 #B41978 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 25 120 -
CMYK 0 0.86 0.33 0.29
HSL 323.23º 0.76% 0.4% -
HSV(B) 323.23º 0.86% 0.71% -
XYZ 22.56 11.75 18.85 -
YUV 82.18 149.35 197.78 -
System Red Green Blue C M Y K H S L
Decimal 180 25 120 0 0.86 0.33 0.29 323.23 0.76 0.4
Hex B4 19 78 0 56 21 1D 143 4C 28
Octal 264 31 170 0 126 41 35 503 114 50
Binary 10110100 11001 1111000 0 1010110 100001 11101 101000011 1001100 101000

Color Harmonies of #B41978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41978

Black with #B41978

Text Example


Text Example

White with #B41978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41978; }

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

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

background-color css

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

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

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

border-color css

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

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

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