Html Css Color HEX #B11C8A Medium Violet Red

📋 copy color: '#B11C8A'

red 177 ◦ green 28 ◦ blue 138

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

Shades of Medium Violet Red #B11C8A

Tints of Medium Violet Red #B11C8A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.16%

 BLUE value IS 138 (54.3% from 255) = 40.23%

R = 51.6%
G = 8.16%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B11C8A (or 0xB11C8A) is known color: Medium Violet Red. HEX triplet: B1, 1C and 8A. RGB value is (177,28,138). Sum of RGB (Red+Green+Blue) = 177+28+138=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11C8A is #4EE375. Grayscale: #545454. Windows color (decimal): -5170038 or 9051313. OLE color: 9051313.

HSL color Cylindrical-coordinate representation of color #B11C8A: hue angle of 315.7º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11C8A is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 28 138 -
CMYK 0 0.84 0.22 0.31
HSL 315.7º 0.73% 0.4% -
HSV(B) 315.7º 0.84% 0.69% -
XYZ 23.13 12.01 25.14 -
YUV 85.09 157.86 193.56 -
System Red Green Blue C M Y K H S L
Decimal 177 28 138 0 0.84 0.22 0.31 315.7 0.73 0.4
Hex B1 1C 8A 0 54 16 1F 13C 49 28
Octal 261 34 212 0 124 26 37 474 111 50
Binary 10110001 11100 10001010 0 1010100 10110 11111 100111100 1001001 101000

Color Harmonies of #B11C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C8A

Black with #B11C8A

Text Example


Text Example

White with #B11C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C8A; }

 p { color: rgb(177,28,138); }

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

background-color css

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

 a { background-color: rgb(177,28,138); }

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

border-color css

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

 span { border-color: rgb(177,28,138); }

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