Html Css Color HEX #B11A94 Medium Violet Red

📋 copy color: '#B11A94'

red 177 ◦ green 26 ◦ blue 148

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

Shades of Medium Violet Red #B11A94

Tints of Medium Violet Red #B11A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.17%

R = 50.43%
G = 7.41%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B11A94 (or 0xB11A94) is known color: Medium Violet Red. HEX triplet: B1, 1A and 94. RGB value is (177,26,148). Sum of RGB (Red+Green+Blue) = 177+26+148=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11A94 is #4EE56B. Grayscale: #545454. Windows color (decimal): -5170540 or 9706161. OLE color: 9706161.

HSL color Cylindrical-coordinate representation of color #B11A94: hue angle of 311.52º 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 #B11A94 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 26 148 -
CMYK 0 0.85 0.16 0.31
HSL 311.52º 0.74% 0.4% -
HSV(B) 311.52º 0.85% 0.69% -
XYZ 23.85 12.22 29.12 -
YUV 85.06 163.53 193.58 -
System Red Green Blue C M Y K H S L
Decimal 177 26 148 0 0.85 0.16 0.31 311.52 0.74 0.4
Hex B1 1A 94 0 55 10 1F 138 4A 28
Octal 261 32 224 0 125 20 37 470 112 50
Binary 10110001 11010 10010100 0 1010101 10000 11111 100111000 1001010 101000

Color Harmonies of #B11A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11A94

Black with #B11A94

Text Example


Text Example

White with #B11A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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