Html Css Color HEX #B11293 Medium Violet Red

📋 copy color: '#B11293'

red 177 ◦ green 18 ◦ blue 147

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

Shades of Medium Violet Red #B11293

Tints of Medium Violet Red #B11293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.98%

R = 51.75%
G = 5.26%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B11293 (or 0xB11293) is known color: Medium Violet Red. HEX triplet: B1, 12 and 93. RGB value is (177,18,147). Sum of RGB (Red+Green+Blue) = 177+18+147=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B11293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11293 is #4EED6C. Grayscale: #4F4F4F. Windows color (decimal): -5172589 or 9638577. OLE color: 9638577.

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

Color convert

RGB 177 18 147 -
CMYK 0 0.90 0.17 0.31
HSL 311.32º 0.82% 0.38% -
HSV(B) 311.32º 0.9% 0.69% -
XYZ 23.61 11.89 28.65 -
YUV 80.25 165.68 197.01 -
System Red Green Blue C M Y K H S L
Decimal 177 18 147 0 0.90 0.17 0.31 311.32 0.82 0.38
Hex B1 12 93 0 5A 11 1F 137 52 26
Octal 261 22 223 0 132 21 37 467 122 46
Binary 10110001 10010 10010011 0 1011010 10001 11111 100110111 1010010 100110

Color Harmonies of #B11293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11293

Black with #B11293

Text Example


Text Example

White with #B11293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11293; }

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

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

background-color css

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

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

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

border-color css

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

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

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