Html Css Color HEX #B41877 Medium Violet Red

📋 copy color: '#B41877'

red 180 ◦ green 24 ◦ blue 119

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

Shades of Medium Violet Red #B41877

Tints of Medium Violet Red #B41877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.43%

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

R = 55.73%
G = 7.43%
B = 36.84%

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

#B41877 (or 0xB41877) is known color: Medium Violet Red. HEX triplet: B4, 18 and 77. RGB value is (180,24,119). Sum of RGB (Red+Green+Blue) = 180+24+119=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B41877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41877 is #4BE788. Grayscale: #515151. Windows color (decimal): -4974473 or 7805108. OLE color: 7805108.

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

Color convert

RGB 180 24 119 -
CMYK 0 0.87 0.34 0.29
HSL 323.46º 0.76% 0.4% -
HSV(B) 323.46º 0.87% 0.71% -
XYZ 22.48 11.69 18.52 -
YUV 81.47 149.18 198.28 -
System Red Green Blue C M Y K H S L
Decimal 180 24 119 0 0.87 0.34 0.29 323.46 0.76 0.4
Hex B4 18 77 0 57 22 1D 143 4C 28
Octal 264 30 167 0 127 42 35 503 114 50
Binary 10110100 11000 1110111 0 1010111 100010 11101 101000011 1001100 101000

Color Harmonies of #B41877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41877

Black with #B41877

Text Example


Text Example

White with #B41877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41877; }

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

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

background-color css

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

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

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

border-color css

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

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

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