Html Css Color HEX #B11A74 Medium Violet Red

📋 copy color: '#B11A74'

red 177 ◦ green 26 ◦ blue 116

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

Shades of Medium Violet Red #B11A74

Tints of Medium Violet Red #B11A74

RGB

 RED value IS 177 (69.53% from 255) = 55.49%

 GREEN value IS 26 (10.55% from 255) = 8.15%

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

R = 55.49%
G = 8.15%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B11A74 (or 0xB11A74) is known color: Medium Violet Red. HEX triplet: B1, 1A and 74. RGB value is (177,26,116). Sum of RGB (Red+Green+Blue) = 177+26+116=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11A74 is #4EE58B. Grayscale: #515151. Windows color (decimal): -5170572 or 7609009. OLE color: 7609009.

HSL color Cylindrical-coordinate representation of color #B11A74: hue angle of 324.24º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11A74 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 26 116 -
CMYK 0 0.85 0.34 0.31
HSL 324.24º 0.74% 0.4% -
HSV(B) 324.24º 0.85% 0.69% -
XYZ 21.65 11.35 17.57 -
YUV 81.41 147.53 196.18 -
System Red Green Blue C M Y K H S L
Decimal 177 26 116 0 0.85 0.34 0.31 324.24 0.74 0.4
Hex B1 1A 74 0 55 22 1F 144 4A 28
Octal 261 32 164 0 125 42 37 504 112 50
Binary 10110001 11010 1110100 0 1010101 100010 11111 101000100 1001010 101000

Color Harmonies of #B11A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11A74

Black with #B11A74

Text Example


Text Example

White with #B11A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11A74; }

 p { color: rgb(177,26,116); }

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

background-color css

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

 a { background-color: rgb(177,26,116); }

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

border-color css

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

 span { border-color: rgb(177,26,116); }

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