Html Css Color HEX #B11278 Medium Violet Red

📋 copy color: '#B11278'

red 177 ◦ green 18 ◦ blue 120

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

Shades of Medium Violet Red #B11278

Tints of Medium Violet Red #B11278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.1%

R = 56.19%
G = 5.71%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B11278 (or 0xB11278) is known color: Medium Violet Red. HEX triplet: B1, 12 and 78. RGB value is (177,18,120). Sum of RGB (Red+Green+Blue) = 177+18+120=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B11278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11278 is #4EED87. Grayscale: #4C4C4C. Windows color (decimal): -5172616 or 7869105. OLE color: 7869105.

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

Color convert

RGB 177 18 120 -
CMYK 0 0.90 0.32 0.31
HSL 321.51º 0.82% 0.38% -
HSV(B) 321.51º 0.9% 0.69% -
XYZ 21.74 11.14 18.77 -
YUV 77.17 152.18 199.21 -
System Red Green Blue C M Y K H S L
Decimal 177 18 120 0 0.90 0.32 0.31 321.51 0.82 0.38
Hex B1 12 78 0 5A 20 1F 142 52 26
Octal 261 22 170 0 132 40 37 502 122 46
Binary 10110001 10010 1111000 0 1011010 100000 11111 101000010 1010010 100110

Color Harmonies of #B11278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11278

Black with #B11278

Text Example


Text Example

White with #B11278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11278; }

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

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

background-color css

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

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

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

border-color css

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

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

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