Html Css Color HEX #B11280 Medium Violet Red

📋 copy color: '#B11280'

red 177 ◦ green 18 ◦ blue 128

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

Shades of Medium Violet Red #B11280

Tints of Medium Violet Red #B11280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.63%

R = 54.8%
G = 5.57%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B11280 (or 0xB11280) is known color: Medium Violet Red. HEX triplet: B1, 12 and 80. RGB value is (177,18,128). Sum of RGB (Red+Green+Blue) = 177+18+128=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B11280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11280 is #4EED7F. Grayscale: #4D4D4D. Windows color (decimal): -5172608 or 8393393. OLE color: 8393393.

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

Color convert

RGB 177 18 128 -
CMYK 0 0.90 0.28 0.31
HSL 318.49º 0.82% 0.38% -
HSV(B) 318.49º 0.9% 0.69% -
XYZ 22.24 11.34 21.44 -
YUV 78.08 156.18 198.56 -
System Red Green Blue C M Y K H S L
Decimal 177 18 128 0 0.90 0.28 0.31 318.49 0.82 0.38
Hex B1 12 80 0 5A 1C 1F 13E 52 26
Octal 261 22 200 0 132 34 37 476 122 46
Binary 10110001 10010 10000000 0 1011010 11100 11111 100111110 1010010 100110

Color Harmonies of #B11280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11280

Black with #B11280

Text Example


Text Example

White with #B11280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11280; }

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

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

background-color css

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

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

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

border-color css

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

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

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