Html Css Color HEX #B11294 Medium Violet Red

📋 copy color: '#B11294'

red 177 ◦ green 18 ◦ blue 148

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

Shades of Medium Violet Red #B11294

Tints of Medium Violet Red #B11294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.15%

R = 51.6%
G = 5.25%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B11294 (or 0xB11294) is known color: Medium Violet Red. HEX triplet: B1, 12 and 94. RGB value is (177,18,148). Sum of RGB (Red+Green+Blue) = 177+18+148=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B11294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11294 is #4EED6B. Grayscale: #505050. Windows color (decimal): -5172588 or 9704113. OLE color: 9704113.

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

Color convert

RGB 177 18 148 -
CMYK 0 0.90 0.16 0.31
HSL 310.94º 0.82% 0.38% -
HSV(B) 310.94º 0.9% 0.69% -
XYZ 23.69 11.92 29.07 -
YUV 80.36 166.18 196.93 -
System Red Green Blue C M Y K H S L
Decimal 177 18 148 0 0.90 0.16 0.31 310.94 0.82 0.38
Hex B1 12 94 0 5A 10 1F 137 52 26
Octal 261 22 224 0 132 20 37 467 122 46
Binary 10110001 10010 10010100 0 1011010 10000 11111 100110111 1010010 100110

Color Harmonies of #B11294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11294

Black with #B11294

Text Example


Text Example

White with #B11294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11294; }

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

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

background-color css

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

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

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

border-color css

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

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

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