Html Css Color HEX #B41777 Medium Violet Red

📋 copy color: '#B41777'

red 180 ◦ green 23 ◦ blue 119

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

Shades of Medium Violet Red #B41777

Tints of Medium Violet Red #B41777

RGB

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

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

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

R = 55.9%
G = 7.14%
B = 36.96%

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

#B41777 (or 0xB41777) is known color: Medium Violet Red. HEX triplet: B4, 17 and 77. RGB value is (180,23,119). Sum of RGB (Red+Green+Blue) = 180+23+119=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B41777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41777 is #4BE888. Grayscale: #505050. Windows color (decimal): -4974729 or 7804852. OLE color: 7804852.

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

Color convert

RGB 180 23 119 -
CMYK 0 0.87 0.34 0.29
HSL 323.31º 0.77% 0.4% -
HSV(B) 323.31º 0.87% 0.71% -
XYZ 22.46 11.65 18.52 -
YUV 80.89 149.51 198.69 -
System Red Green Blue C M Y K H S L
Decimal 180 23 119 0 0.87 0.34 0.29 323.31 0.77 0.4
Hex B4 17 77 0 57 22 1D 143 4D 28
Octal 264 27 167 0 127 42 35 503 115 50
Binary 10110100 10111 1110111 0 1010111 100010 11101 101000011 1001101 101000

Color Harmonies of #B41777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41777

Black with #B41777

Text Example


Text Example

White with #B41777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41777; }

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

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

background-color css

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

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

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

border-color css

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

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

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