Html Css Color HEX #B11488 Medium Violet Red

📋 copy color: '#B11488'

red 177 ◦ green 20 ◦ blue 136

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

Shades of Medium Violet Red #B11488

Tints of Medium Violet Red #B11488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.84%

R = 53.15%
G = 6.01%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B11488 (or 0xB11488) is known color: Medium Violet Red. HEX triplet: B1, 14 and 88. RGB value is (177,20,136). Sum of RGB (Red+Green+Blue) = 177+20+136=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B11488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11488 is #4EEB77. Grayscale: #4F4F4F. Windows color (decimal): -5172088 or 8918193. OLE color: 8918193.

HSL color Cylindrical-coordinate representation of color #B11488: hue angle of 315.67º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11488 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 20 136 -
CMYK 0 0.89 0.23 0.31
HSL 315.67º 0.8% 0.39% -
HSV(B) 315.67º 0.89% 0.69% -
XYZ 22.83 11.63 24.33 -
YUV 80.17 159.51 197.07 -
System Red Green Blue C M Y K H S L
Decimal 177 20 136 0 0.89 0.23 0.31 315.67 0.8 0.39
Hex B1 14 88 0 59 17 1F 13C 50 27
Octal 261 24 210 0 131 27 37 474 120 47
Binary 10110001 10100 10001000 0 1011001 10111 11111 100111100 1010000 100111

Color Harmonies of #B11488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11488

Black with #B11488

Text Example


Text Example

White with #B11488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11488; }

 p { color: rgb(177,20,136); }

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

background-color css

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

 a { background-color: rgb(177,20,136); }

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

border-color css

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

 span { border-color: rgb(177,20,136); }

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