#B11DA4

Color #B11DA4 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B11DA4

Tints of Medium Violet Red #B11DA4

Color information

#B11DA4 (or 0xB11DA4) is unknown color: approx Medium Violet Red. HEX triplet: B1, 1D and A4. RGB value is (177,29,164). Sum of RGB (Red+Green+Blue) = 177+29+164=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B11DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11DA4 is #4EE25B. Grayscale: #585858. Windows color (decimal): -5169756 or 10755505. OLE color: 10755505.

HSL color Cylindrical-coordinate representation of color #B11DA4: hue angle of 305.27º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11DA4 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB17729164-
CMYK00.840.070.31
HSL305.27º71.84%40.39%-
HSV(B)305.27º83.62%69.41%-
XYZ25.2712.9136.28-
YUV88.64170.53191.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 29 (11.72% from 255) = 7.84%
BLUE value IS 164 (64.45% from 255) = 44.32%
R=47.84%
G=7.84%
B=44.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772916400.840.070.31305.2771.8440.39
HexB11DA405471F1314828
Octal26135244012473746111050
Binary10110001111011010010001010100111111111001100011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11DA4; }

 p { color: rgb(177,29,164); }

 H1.HeaderClassName
 {
   color: #B11DA4;
 }
 .AnyTagClassName
 {
   color: #B11DA4;
 }
</style>
background-color css

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

 a { background-color: rgb(177,29,164); }

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

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

 span { border-color: rgb(177,29,164); }

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