Html Css Color HEX #B11F73 Medium Red Violet

📋 copy color: '#B11F73'

red 177 ◦ green 31 ◦ blue 115

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

Shades of Medium Red Violet #B11F73

Tints of Medium Red Violet #B11F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.6%

R = 54.8%
G = 9.6%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B11F73 (or 0xB11F73) is known color: Medium Red Violet. HEX triplet: B1, 1F and 73. RGB value is (177,31,115). Sum of RGB (Red+Green+Blue) = 177+31+115=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11F73 is #4EE08C. Grayscale: #545454. Windows color (decimal): -5169293 or 7544753. OLE color: 7544753.

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

Color convert

RGB 177 31 115 -
CMYK 0 0.82 0.35 0.31
HSL 325.48º 0.7% 0.41% -
HSV(B) 325.48º 0.82% 0.69% -
XYZ 21.72 11.56 17.31 -
YUV 84.23 145.37 194.17 -
System Red Green Blue C M Y K H S L
Decimal 177 31 115 0 0.82 0.35 0.31 325.48 0.7 0.41
Hex B1 1F 73 0 52 23 1F 145 46 29
Octal 261 37 163 0 122 43 37 505 106 51
Binary 10110001 11111 1110011 0 1010010 100011 11111 101000101 1000110 101001

Color Harmonies of #B11F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11F73

Black with #B11F73

Text Example


Text Example

White with #B11F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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