Html Css Color HEX #B11286 Medium Violet Red

📋 copy color: '#B11286'

red 177 ◦ green 18 ◦ blue 134

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

Shades of Medium Violet Red #B11286

Tints of Medium Violet Red #B11286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.73%

R = 53.8%
G = 5.47%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B11286 (or 0xB11286) is known color: Medium Violet Red. HEX triplet: B1, 12 and 86. RGB value is (177,18,134). Sum of RGB (Red+Green+Blue) = 177+18+134=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B11286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11286 is #4EED79. Grayscale: #4E4E4E. Windows color (decimal): -5172602 or 8786609. OLE color: 8786609.

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

Color convert

RGB 177 18 134 -
CMYK 0 0.90 0.24 0.31
HSL 316.23º 0.82% 0.38% -
HSV(B) 316.23º 0.9% 0.69% -
XYZ 22.65 11.5 23.58 -
YUV 78.77 159.18 198.07 -
System Red Green Blue C M Y K H S L
Decimal 177 18 134 0 0.90 0.24 0.31 316.23 0.82 0.38
Hex B1 12 86 0 5A 18 1F 13C 52 26
Octal 261 22 206 0 132 30 37 474 122 46
Binary 10110001 10010 10000110 0 1011010 11000 11111 100111100 1010010 100110

Color Harmonies of #B11286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11286

Black with #B11286

Text Example


Text Example

White with #B11286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11286; }

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

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

background-color css

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

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

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

border-color css

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

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

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