#BD1079

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

Shades of Medium Violet Red #BD1079

Tints of Medium Violet Red #BD1079

Color information

#BD1079 (or 0xBD1079) is unknown color: approx Medium Violet Red. HEX triplet: BD, 10 and 79. RGB value is (189,16,121). Sum of RGB (Red+Green+Blue) = 189+16+121=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1079 is #42EF86. Grayscale: #4F4F4F. Windows color (decimal): -4386695 or 7934141. OLE color: 7934141.

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

Color convert

RGB18916121-
CMYK00.920.360.26
HSL323.58º84.39%40.2%-
HSV(B)323.58º91.53%74.12%-
XYZ24.6212.5719.22-
YUV79.7151.31205.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.98%
GREEN value IS 16 (6.64% from 255) = 4.91%
BLUE value IS 121 (47.66% from 255) = 37.12%
R=57.98%
G=4.91%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891612100.920.360.26323.5884.3940.2
HexBD107905C241A1445428
Octal275201710134443250412450
Binary1011110110000111100101011100100100110101010001001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1079; }

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

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

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

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

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

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

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

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