Html Css Color HEX #B11BA8 Medium Violet Red

📋 copy color: '#B11BA8'

red 177 ◦ green 27 ◦ blue 168

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

Shades of Medium Violet Red #B11BA8

Tints of Medium Violet Red #B11BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 45.16%

R = 47.58%
G = 7.26%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B11BA8 (or 0xB11BA8) is known color: Medium Violet Red. HEX triplet: B1, 1B and A8. RGB value is (177,27,168). Sum of RGB (Red+Green+Blue) = 177+27+168=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 168 (66.02% from 255 or 45.16% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B11BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11BA8 is #4EE457. Grayscale: #575757. Windows color (decimal): -5170264 or 11017137. OLE color: 11017137.

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

Color convert

RGB 177 27 168 -
CMYK 0 0.85 0.05 0.31
HSL 303.6º 0.74% 0.4% -
HSV(B) 303.6º 0.85% 0.69% -
XYZ 25.59 12.96 38.2 -
YUV 87.92 173.2 191.54 -
System Red Green Blue C M Y K H S L
Decimal 177 27 168 0 0.85 0.05 0.31 303.6 0.74 0.4
Hex B1 1B A8 0 55 5 1F 130 4A 28
Octal 261 33 250 0 125 5 37 460 112 50
Binary 10110001 11011 10101000 0 1010101 101 11111 100110000 1001010 101000

Color Harmonies of #B11BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11BA8

Black with #B11BA8

Text Example


Text Example

White with #B11BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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