#BD1979

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

Shades of Medium Violet Red #BD1979

Tints of Medium Violet Red #BD1979

Color information

#BD1979 (or 0xBD1979) is unknown color: approx Medium Violet Red. HEX triplet: BD, 19 and 79. RGB value is (189,25,121). Sum of RGB (Red+Green+Blue) = 189+25+121=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1979 is #42E686. Grayscale: #545454. Windows color (decimal): -4384391 or 7936445. OLE color: 7936445.

HSL color Cylindrical-coordinate representation of color #BD1979: hue angle of 324.88º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1979 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB18925121-
CMYK00.870.360.26
HSL324.88º76.64%41.96%-
HSV(B)324.88º86.77%74.12%-
XYZ24.7912.8919.27-
YUV84.98148.33202.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.42%
GREEN value IS 25 (10.16% from 255) = 7.46%
BLUE value IS 121 (47.66% from 255) = 36.12%
R=56.42%
G=7.46%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892512100.870.360.26324.8876.6441.96
HexBD1979057241A1454d2a
Octal275311710127443250511552
Binary1011110111001111100101010111100100110101010001011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1979; }

 p { color: rgb(189,25,121); }

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

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

 a { background-color: rgb(189,25,121); }

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

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

 span { border-color: rgb(189,25,121); }

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