Html Css Color HEX #B11289 Medium Violet Red

📋 copy color: '#B11289'

red 177 ◦ green 18 ◦ blue 137

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

Shades of Medium Violet Red #B11289

Tints of Medium Violet Red #B11289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.42%

 BLUE value IS 137 (53.91% from 255) = 41.27%

R = 53.31%
G = 5.42%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B11289 (or 0xB11289) is known color: Medium Violet Red. HEX triplet: B1, 12 and 89. RGB value is (177,18,137). Sum of RGB (Red+Green+Blue) = 177+18+137=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B11289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11289 is #4EED76. Grayscale: #4E4E4E. Windows color (decimal): -5172599 or 8983217. OLE color: 8983217.

HSL color Cylindrical-coordinate representation of color #B11289: hue angle of 315.09º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11289 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 18 137 -
CMYK 0 0.90 0.23 0.31
HSL 315.09º 0.82% 0.38% -
HSV(B) 315.09º 0.9% 0.69% -
XYZ 22.86 11.59 24.7 -
YUV 79.11 160.68 197.82 -
System Red Green Blue C M Y K H S L
Decimal 177 18 137 0 0.90 0.23 0.31 315.09 0.82 0.38
Hex B1 12 89 0 5A 17 1F 13B 52 26
Octal 261 22 211 0 132 27 37 473 122 46
Binary 10110001 10010 10001001 0 1011010 10111 11111 100111011 1010010 100110

Color Harmonies of #B11289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11289

Black with #B11289

Text Example


Text Example

White with #B11289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11289; }

 p { color: rgb(177,18,137); }

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

background-color css

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

 a { background-color: rgb(177,18,137); }

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

border-color css

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

 span { border-color: rgb(177,18,137); }

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