Html Css Color HEX #B11275 Medium Violet Red

📋 copy color: '#B11275'

red 177 ◦ green 18 ◦ blue 117

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

Shades of Medium Violet Red #B11275

Tints of Medium Violet Red #B11275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.77%

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

R = 56.73%
G = 5.77%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B11275 (or 0xB11275) is known color: Medium Violet Red. HEX triplet: B1, 12 and 75. RGB value is (177,18,117). Sum of RGB (Red+Green+Blue) = 177+18+117=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B11275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11275 is #4EED8A. Grayscale: #4C4C4C. Windows color (decimal): -5172619 or 7672497. OLE color: 7672497.

HSL color Cylindrical-coordinate representation of color #B11275: hue angle of 322.64º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11275 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 18 117 -
CMYK 0 0.90 0.34 0.31
HSL 322.64º 0.82% 0.38% -
HSV(B) 322.64º 0.9% 0.69% -
XYZ 21.56 11.06 17.83 -
YUV 76.83 150.68 199.45 -
System Red Green Blue C M Y K H S L
Decimal 177 18 117 0 0.90 0.34 0.31 322.64 0.82 0.38
Hex B1 12 75 0 5A 22 1F 143 52 26
Octal 261 22 165 0 132 42 37 503 122 46
Binary 10110001 10010 1110101 0 1011010 100010 11111 101000011 1010010 100110

Color Harmonies of #B11275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11275

Black with #B11275

Text Example


Text Example

White with #B11275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11275; }

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

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

background-color css

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

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

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

border-color css

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

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

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