Html Css Color HEX #B11B9F Medium Violet Red

📋 copy color: '#B11B9F'

red 177 ◦ green 27 ◦ blue 159

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

Shades of Medium Violet Red #B11B9F

Tints of Medium Violet Red #B11B9F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.44%

 BLUE value IS 159 (62.5% from 255) = 43.8%

R = 48.76%
G = 7.44%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B11B9F (or 0xB11B9F) is known color: Medium Violet Red. HEX triplet: B1, 1B and 9F. RGB value is (177,27,159). Sum of RGB (Red+Green+Blue) = 177+27+159=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11B9F is #4EE460. Grayscale: #565656. Windows color (decimal): -5170273 or 10427313. OLE color: 10427313.

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

Color convert

RGB 177 27 159 -
CMYK 0 0.85 0.10 0.31
HSL 307.2º 0.74% 0.4% -
HSV(B) 307.2º 0.85% 0.69% -
XYZ 24.78 12.63 33.93 -
YUV 86.9 168.7 192.27 -
System Red Green Blue C M Y K H S L
Decimal 177 27 159 0 0.85 0.10 0.31 307.2 0.74 0.4
Hex B1 1B 9F 0 55 A 1F 133 4A 28
Octal 261 33 237 0 125 12 37 463 112 50
Binary 10110001 11011 10011111 0 1010101 1010 11111 100110011 1001010 101000

Color Harmonies of #B11B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11B9F

Black with #B11B9F

Text Example


Text Example

White with #B11B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11B9F; }

 p { color: rgb(177,27,159); }

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

background-color css

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

 a { background-color: rgb(177,27,159); }

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

border-color css

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

 span { border-color: rgb(177,27,159); }

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