Html Css Color HEX #B41874 Medium Violet Red

📋 copy color: '#B41874'

red 180 ◦ green 24 ◦ blue 116

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

Shades of Medium Violet Red #B41874

Tints of Medium Violet Red #B41874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.25%

R = 56.25%
G = 7.5%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B41874 (or 0xB41874) is known color: Medium Violet Red. HEX triplet: B4, 18 and 74. RGB value is (180,24,116). Sum of RGB (Red+Green+Blue) = 180+24+116=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B41874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41874 is #4BE78B. Grayscale: #505050. Windows color (decimal): -4974476 or 7608500. OLE color: 7608500.

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

Color convert

RGB 180 24 116 -
CMYK 0 0.87 0.36 0.29
HSL 324.62º 0.76% 0.4% -
HSV(B) 324.62º 0.87% 0.71% -
XYZ 22.3 11.62 17.59 -
YUV 81.13 147.68 198.52 -
System Red Green Blue C M Y K H S L
Decimal 180 24 116 0 0.87 0.36 0.29 324.62 0.76 0.4
Hex B4 18 74 0 57 24 1D 145 4C 28
Octal 264 30 164 0 127 44 35 505 114 50
Binary 10110100 11000 1110100 0 1010111 100100 11101 101000101 1001100 101000

Color Harmonies of #B41874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41874

Black with #B41874

Text Example


Text Example

White with #B41874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41874; }

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

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

background-color css

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

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

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

border-color css

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

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

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