Html Css Color HEX #B11F8C Medium Red Violet

📋 copy color: '#B11F8C'

red 177 ◦ green 31 ◦ blue 140

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

Shades of Medium Red Violet #B11F8C

Tints of Medium Red Violet #B11F8C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.91%

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

R = 50.86%
G = 8.91%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B11F8C (or 0xB11F8C) is known color: Medium Red Violet. HEX triplet: B1, 1F and 8C. RGB value is (177,31,140). Sum of RGB (Red+Green+Blue) = 177+31+140=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11F8C is #4EE073. Grayscale: #565656. Windows color (decimal): -5169268 or 9183153. OLE color: 9183153.

HSL color Cylindrical-coordinate representation of color #B11F8C: hue angle of 315.21º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B11F8C is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 31 140 -
CMYK 0 0.82 0.21 0.31
HSL 315.21º 0.7% 0.41% -
HSV(B) 315.21º 0.82% 0.69% -
XYZ 23.36 12.22 25.94 -
YUV 87.08 157.87 192.14 -
System Red Green Blue C M Y K H S L
Decimal 177 31 140 0 0.82 0.21 0.31 315.21 0.7 0.41
Hex B1 1F 8C 0 52 15 1F 13B 46 29
Octal 261 37 214 0 122 25 37 473 106 51
Binary 10110001 11111 10001100 0 1010010 10101 11111 100111011 1000110 101001

Color Harmonies of #B11F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11F8C

Black with #B11F8C

Text Example


Text Example

White with #B11F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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