Html Css Color HEX #B11292 Medium Violet Red

📋 copy color: '#B11292'

red 177 ◦ green 18 ◦ blue 146

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

Shades of Medium Violet Red #B11292

Tints of Medium Violet Red #B11292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.82%

R = 51.91%
G = 5.28%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B11292 (or 0xB11292) is known color: Medium Violet Red. HEX triplet: B1, 12 and 92. RGB value is (177,18,146). Sum of RGB (Red+Green+Blue) = 177+18+146=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B11292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11292 is #4EED6D. Grayscale: #4F4F4F. Windows color (decimal): -5172590 or 9573041. OLE color: 9573041.

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

Color convert

RGB 177 18 146 -
CMYK 0 0.90 0.18 0.31
HSL 311.7º 0.82% 0.38% -
HSV(B) 311.7º 0.9% 0.69% -
XYZ 23.54 11.86 28.24 -
YUV 80.13 165.18 197.09 -
System Red Green Blue C M Y K H S L
Decimal 177 18 146 0 0.90 0.18 0.31 311.7 0.82 0.38
Hex B1 12 92 0 5A 12 1F 138 52 26
Octal 261 22 222 0 132 22 37 470 122 46
Binary 10110001 10010 10010010 0 1011010 10010 11111 100111000 1010010 100110

Color Harmonies of #B11292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11292

Black with #B11292

Text Example


Text Example

White with #B11292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11292; }

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

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

background-color css

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

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

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

border-color css

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

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

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