Html Css Color HEX #B41B77 Medium Violet Red

📋 copy color: '#B41B77'

red 180 ◦ green 27 ◦ blue 119

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

Shades of Medium Violet Red #B41B77

Tints of Medium Violet Red #B41B77

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.28%

 BLUE value IS 119 (46.88% from 255) = 36.5%

R = 55.21%
G = 8.28%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B41B77 (or 0xB41B77) is known color: Medium Violet Red. HEX triplet: B4, 1B and 77. RGB value is (180,27,119). Sum of RGB (Red+Green+Blue) = 180+27+119=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41B77 is #4BE488. Grayscale: #535353. Windows color (decimal): -4973705 or 7805876. OLE color: 7805876.

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

Color convert

RGB 180 27 119 -
CMYK 0 0.85 0.34 0.29
HSL 323.92º 0.74% 0.41% -
HSV(B) 323.92º 0.85% 0.71% -
XYZ 22.54 11.82 18.55 -
YUV 83.24 148.19 197.02 -
System Red Green Blue C M Y K H S L
Decimal 180 27 119 0 0.85 0.34 0.29 323.92 0.74 0.41
Hex B4 1B 77 0 55 22 1D 144 4A 29
Octal 264 33 167 0 125 42 35 504 112 51
Binary 10110100 11011 1110111 0 1010101 100010 11101 101000100 1001010 101001

Color Harmonies of #B41B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41B77

Black with #B41B77

Text Example


Text Example

White with #B41B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41B77; }

 p { color: rgb(180,27,119); }

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

background-color css

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

 a { background-color: rgb(180,27,119); }

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

border-color css

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

 span { border-color: rgb(180,27,119); }

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