Html Css Color HEX #B11C8C Medium Violet Red

📋 copy color: '#B11C8C'

red 177 ◦ green 28 ◦ blue 140

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

Shades of Medium Violet Red #B11C8C

Tints of Medium Violet Red #B11C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.58%

R = 51.3%
G = 8.12%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B11C8C (or 0xB11C8C) is known color: Medium Violet Red. HEX triplet: B1, 1C and 8C. RGB value is (177,28,140). Sum of RGB (Red+Green+Blue) = 177+28+140=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11C8C is #4EE373. Grayscale: #555555. Windows color (decimal): -5170036 or 9182385. OLE color: 9182385.

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

Color convert

RGB 177 28 140 -
CMYK 0 0.84 0.21 0.31
HSL 314.9º 0.73% 0.4% -
HSV(B) 314.9º 0.84% 0.69% -
XYZ 23.28 12.07 25.91 -
YUV 85.32 158.86 193.39 -
System Red Green Blue C M Y K H S L
Decimal 177 28 140 0 0.84 0.21 0.31 314.9 0.73 0.4
Hex B1 1C 8C 0 54 15 1F 13B 49 28
Octal 261 34 214 0 124 25 37 473 111 50
Binary 10110001 11100 10001100 0 1010100 10101 11111 100111011 1001001 101000

Color Harmonies of #B11C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C8C

Black with #B11C8C

Text Example


Text Example

White with #B11C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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