Html Css Color HEX #B11B9A Medium Violet Red

📋 copy color: '#B11B9A'

red 177 ◦ green 27 ◦ blue 154

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

Shades of Medium Violet Red #B11B9A

Tints of Medium Violet Red #B11B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.02%

R = 49.44%
G = 7.54%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B11B9A (or 0xB11B9A) is known color: Medium Violet Red. HEX triplet: B1, 1B and 9A. RGB value is (177,27,154). Sum of RGB (Red+Green+Blue) = 177+27+154=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11B9A is #4EE465. Grayscale: #555555. Windows color (decimal): -5170278 or 10099633. OLE color: 10099633.

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

Color convert

RGB 177 27 154 -
CMYK 0 0.85 0.13 0.31
HSL 309.2º 0.74% 0.4% -
HSV(B) 309.2º 0.85% 0.69% -
XYZ 24.36 12.46 31.69 -
YUV 86.33 166.2 192.67 -
System Red Green Blue C M Y K H S L
Decimal 177 27 154 0 0.85 0.13 0.31 309.2 0.74 0.4
Hex B1 1B 9A 0 55 D 1F 135 4A 28
Octal 261 33 232 0 125 15 37 465 112 50
Binary 10110001 11011 10011010 0 1010101 1101 11111 100110101 1001010 101000

Color Harmonies of #B11B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11B9A

Black with #B11B9A

Text Example


Text Example

White with #B11B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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