Html Css Color HEX #B11C9C Medium Violet Red

📋 copy color: '#B11C9C'

red 177 ◦ green 28 ◦ blue 156

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

Shades of Medium Violet Red #B11C9C

Tints of Medium Violet Red #B11C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.21%

R = 49.03%
G = 7.76%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B11C9C (or 0xB11C9C) is known color: Medium Violet Red. HEX triplet: B1, 1C and 9C. RGB value is (177,28,156). Sum of RGB (Red+Green+Blue) = 177+28+156=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11C9C is #4EE363. Grayscale: #565656. Windows color (decimal): -5170020 or 10230961. OLE color: 10230961.

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

Color convert

RGB 177 28 156 -
CMYK 0 0.84 0.12 0.31
HSL 308.46º 0.73% 0.4% -
HSV(B) 308.46º 0.84% 0.69% -
XYZ 24.55 12.58 32.59 -
YUV 87.14 166.86 192.09 -
System Red Green Blue C M Y K H S L
Decimal 177 28 156 0 0.84 0.12 0.31 308.46 0.73 0.4
Hex B1 1C 9C 0 54 C 1F 134 49 28
Octal 261 34 234 0 124 14 37 464 111 50
Binary 10110001 11100 10011100 0 1010100 1100 11111 100110100 1001001 101000

Color Harmonies of #B11C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C9C

Black with #B11C9C

Text Example


Text Example

White with #B11C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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