Html Css Color HEX #B11975 Medium Violet Red

📋 copy color: '#B11975'

red 177 ◦ green 25 ◦ blue 117

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

Shades of Medium Violet Red #B11975

Tints of Medium Violet Red #B11975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.84%

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 55.49%
G = 7.84%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B11975 (or 0xB11975) is known color: Medium Violet Red. HEX triplet: B1, 19 and 75. RGB value is (177,25,117). Sum of RGB (Red+Green+Blue) = 177+25+117=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B11975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11975 is #4EE68A. Grayscale: #505050. Windows color (decimal): -5170827 or 7674289. OLE color: 7674289.

HSL color Cylindrical-coordinate representation of color #B11975: hue angle of 323.68º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11975 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 25 117 -
CMYK 0 0.86 0.34 0.31
HSL 323.68º 0.75% 0.4% -
HSV(B) 323.68º 0.86% 0.69% -
XYZ 21.69 11.33 17.87 -
YUV 80.94 148.36 196.52 -
System Red Green Blue C M Y K H S L
Decimal 177 25 117 0 0.86 0.34 0.31 323.68 0.75 0.4
Hex B1 19 75 0 56 22 1F 144 4B 28
Octal 261 31 165 0 126 42 37 504 113 50
Binary 10110001 11001 1110101 0 1010110 100010 11111 101000100 1001011 101000

Color Harmonies of #B11975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11975

Black with #B11975

Text Example


Text Example

White with #B11975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11975; }

 p { color: rgb(177,25,117); }

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

background-color css

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

 a { background-color: rgb(177,25,117); }

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

border-color css

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

 span { border-color: rgb(177,25,117); }

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