Html Css Color HEX #B41474 Medium Violet Red

📋 copy color: '#B41474'

red 180 ◦ green 20 ◦ blue 116

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

Shades of Medium Violet Red #B41474

Tints of Medium Violet Red #B41474

RGB

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

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

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

R = 56.96%
G = 6.33%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B41474 (or 0xB41474) is known color: Medium Violet Red. HEX triplet: B4, 14 and 74. RGB value is (180,20,116). Sum of RGB (Red+Green+Blue) = 180+20+116=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B41474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41474 is #4BEB8B. Grayscale: #4E4E4E. Windows color (decimal): -4975500 or 7607476. OLE color: 7607476.

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

Color convert

RGB 180 20 116 -
CMYK 0 0.89 0.36 0.29
HSL 324º 0.8% 0.39% -
HSV(B) 324º 0.89% 0.71% -
XYZ 22.22 11.46 17.56 -
YUV 78.78 149.01 200.19 -
System Red Green Blue C M Y K H S L
Decimal 180 20 116 0 0.89 0.36 0.29 324 0.8 0.39
Hex B4 14 74 0 59 24 1D 144 50 27
Octal 264 24 164 0 131 44 35 504 120 47
Binary 10110100 10100 1110100 0 1011001 100100 11101 101000100 1010000 100111

Color Harmonies of #B41474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41474

Black with #B41474

Text Example


Text Example

White with #B41474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41474; }

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

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

background-color css

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

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

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

border-color css

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

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

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