Html Css Color HEX #B11BA7 Medium Violet Red

📋 copy color: '#B11BA7'

red 177 ◦ green 27 ◦ blue 167

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

Shades of Medium Violet Red #B11BA7

Tints of Medium Violet Red #B11BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.01%

R = 47.71%
G = 7.28%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B11BA7 (or 0xB11BA7) is known color: Medium Violet Red. HEX triplet: B1, 1B and A7. RGB value is (177,27,167). Sum of RGB (Red+Green+Blue) = 177+27+167=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B11BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11BA7 is #4EE458. Grayscale: #575757. Windows color (decimal): -5170265 or 10951601. OLE color: 10951601.

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

Color convert

RGB 177 27 167 -
CMYK 0 0.85 0.06 0.31
HSL 304º 0.74% 0.4% -
HSV(B) 304º 0.85% 0.69% -
XYZ 25.5 12.92 37.71 -
YUV 87.81 172.7 191.62 -
System Red Green Blue C M Y K H S L
Decimal 177 27 167 0 0.85 0.06 0.31 304 0.74 0.4
Hex B1 1B A7 0 55 6 1F 130 4A 28
Octal 261 33 247 0 125 6 37 460 112 50
Binary 10110001 11011 10100111 0 1010101 110 11111 100110000 1001010 101000

Color Harmonies of #B11BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11BA7

Black with #B11BA7

Text Example


Text Example

White with #B11BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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