Html Css Color HEX #B11F9F Medium Violet Red

📋 copy color: '#B11F9F'

red 177 ◦ green 31 ◦ blue 159

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

Shades of Medium Violet Red #B11F9F

Tints of Medium Violet Red #B11F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.32%

R = 48.23%
G = 8.45%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B11F9F (or 0xB11F9F) is known color: Medium Violet Red. HEX triplet: B1, 1F and 9F. RGB value is (177,31,159). Sum of RGB (Red+Green+Blue) = 177+31+159=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11F9F is #4EE060. Grayscale: #585858. Windows color (decimal): -5169249 or 10428337. OLE color: 10428337.

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

Color convert

RGB 177 31 159 -
CMYK 0 0.82 0.10 0.31
HSL 307.4º 0.7% 0.41% -
HSV(B) 307.4º 0.82% 0.69% -
XYZ 24.88 12.83 33.97 -
YUV 89.25 167.37 190.59 -
System Red Green Blue C M Y K H S L
Decimal 177 31 159 0 0.82 0.10 0.31 307.4 0.7 0.41
Hex B1 1F 9F 0 52 A 1F 133 46 29
Octal 261 37 237 0 122 12 37 463 106 51
Binary 10110001 11111 10011111 0 1010010 1010 11111 100110011 1000110 101001

Color Harmonies of #B11F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11F9F

Black with #B11F9F

Text Example


Text Example

White with #B11F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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