Html Css Color HEX #B11276 Medium Violet Red

📋 copy color: '#B11276'

red 177 ◦ green 18 ◦ blue 118

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

Shades of Medium Violet Red #B11276

Tints of Medium Violet Red #B11276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 56.55%
G = 5.75%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B11276 (or 0xB11276) is known color: Medium Violet Red. HEX triplet: B1, 12 and 76. RGB value is (177,18,118). Sum of RGB (Red+Green+Blue) = 177+18+118=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B11276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11276 is #4EED89. Grayscale: #4C4C4C. Windows color (decimal): -5172618 or 7738033. OLE color: 7738033.

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

Color convert

RGB 177 18 118 -
CMYK 0 0.90 0.33 0.31
HSL 322.26º 0.82% 0.38% -
HSV(B) 322.26º 0.9% 0.69% -
XYZ 21.62 11.09 18.14 -
YUV 76.94 151.18 199.37 -
System Red Green Blue C M Y K H S L
Decimal 177 18 118 0 0.90 0.33 0.31 322.26 0.82 0.38
Hex B1 12 76 0 5A 21 1F 142 52 26
Octal 261 22 166 0 132 41 37 502 122 46
Binary 10110001 10010 1110110 0 1011010 100001 11111 101000010 1010010 100110

Color Harmonies of #B11276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11276

Black with #B11276

Text Example


Text Example

White with #B11276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11276; }

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

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

background-color css

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

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

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

border-color css

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

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

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