Html Css Color HEX #B11A75 Medium Violet Red

📋 copy color: '#B11A75'

red 177 ◦ green 26 ◦ blue 117

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

Shades of Medium Violet Red #B11A75

Tints of Medium Violet Red #B11A75

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.13%

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

R = 55.31%
G = 8.13%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B11A75 (or 0xB11A75) is known color: Medium Violet Red. HEX triplet: B1, 1A and 75. RGB value is (177,26,117). Sum of RGB (Red+Green+Blue) = 177+26+117=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11A75 is #4EE58A. Grayscale: #515151. Windows color (decimal): -5170571 or 7674545. OLE color: 7674545.

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

Color convert

RGB 177 26 117 -
CMYK 0 0.85 0.34 0.31
HSL 323.84º 0.74% 0.4% -
HSV(B) 323.84º 0.85% 0.69% -
XYZ 21.71 11.37 17.88 -
YUV 81.52 148.03 196.1 -
System Red Green Blue C M Y K H S L
Decimal 177 26 117 0 0.85 0.34 0.31 323.84 0.74 0.4
Hex B1 1A 75 0 55 22 1F 144 4A 28
Octal 261 32 165 0 125 42 37 504 112 50
Binary 10110001 11010 1110101 0 1010101 100010 11111 101000100 1001010 101000

Color Harmonies of #B11A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11A75

Black with #B11A75

Text Example


Text Example

White with #B11A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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