Html Css Color HEX #B41476 Medium Violet Red

📋 copy color: '#B41476'

red 180 ◦ green 20 ◦ blue 118

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

Shades of Medium Violet Red #B41476

Tints of Medium Violet Red #B41476

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.29%

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

R = 56.6%
G = 6.29%
B = 37.11%

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

#B41476 (or 0xB41476) is known color: Medium Violet Red. HEX triplet: B4, 14 and 76. RGB value is (180,20,118). Sum of RGB (Red+Green+Blue) = 180+20+118=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B41476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41476 is #4BEB89. Grayscale: #4E4E4E. Windows color (decimal): -4975498 or 7738548. OLE color: 7738548.

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

Color convert

RGB 180 20 118 -
CMYK 0 0.89 0.34 0.29
HSL 323.25º 0.8% 0.39% -
HSV(B) 323.25º 0.89% 0.71% -
XYZ 22.34 11.51 18.18 -
YUV 79.01 150.01 200.03 -
System Red Green Blue C M Y K H S L
Decimal 180 20 118 0 0.89 0.34 0.29 323.25 0.8 0.39
Hex B4 14 76 0 59 22 1D 143 50 27
Octal 264 24 166 0 131 42 35 503 120 47
Binary 10110100 10100 1110110 0 1011001 100010 11101 101000011 1010000 100111

Color Harmonies of #B41476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41476

Black with #B41476

Text Example


Text Example

White with #B41476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41476; }

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

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

background-color css

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

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

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

border-color css

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

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

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