Html Css Color HEX #B41074 Medium Violet Red

📋 copy color: '#B41074'

red 180 ◦ green 16 ◦ blue 116

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

Shades of Medium Violet Red #B41074

Tints of Medium Violet Red #B41074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

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

R = 57.69%
G = 5.13%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B41074 (or 0xB41074) is known color: Medium Violet Red. HEX triplet: B4, 10 and 74. RGB value is (180,16,116). Sum of RGB (Red+Green+Blue) = 180+16+116=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B41074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41074 is #4BEF8B. Grayscale: #4C4C4C. Windows color (decimal): -4976524 or 7606452. OLE color: 7606452.

HSL color Cylindrical-coordinate representation of color #B41074: hue angle of 323.41º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41074 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 16 116 -
CMYK 0 0.91 0.36 0.29
HSL 323.41º 0.84% 0.38% -
HSV(B) 323.41º 0.91% 0.71% -
XYZ 22.16 11.33 17.54 -
YUV 76.44 150.33 201.87 -
System Red Green Blue C M Y K H S L
Decimal 180 16 116 0 0.91 0.36 0.29 323.41 0.84 0.38
Hex B4 10 74 0 5B 24 1D 143 54 26
Octal 264 20 164 0 133 44 35 503 124 46
Binary 10110100 10000 1110100 0 1011011 100100 11101 101000011 1010100 100110

Color Harmonies of #B41074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41074

Black with #B41074

Text Example


Text Example

White with #B41074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41074; }

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

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

background-color css

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

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

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

border-color css

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

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

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