#BD1173

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

Shades of Medium Violet Red #BD1173

Tints of Medium Violet Red #BD1173

Color information

#BD1173 (or 0xBD1173) is unknown color: approx Medium Violet Red. HEX triplet: BD, 11 and 73. RGB value is (189,17,115). Sum of RGB (Red+Green+Blue) = 189+17+115=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1173 is #42EE8C. Grayscale: #4F4F4F. Windows color (decimal): -4386445 or 7541181. OLE color: 7541181.

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

Color convert

RGB18917115-
CMYK00.910.390.26
HSL325.81º83.5%40.39%-
HSV(B)325.81º91.01%74.12%-
XYZ24.2812.4617.34-
YUV79.6147.98206.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.88%
GREEN value IS 17 (7.03% from 255) = 5.30%
BLUE value IS 115 (45.31% from 255) = 35.83%
R=58.88%
G=5.30%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891711500.910.390.26325.8183.540.39
HexBD117305B271A1465328
Octal275211630133473250612350
Binary1011110110001111001101011011100111110101010001101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1173; }

 p { color: rgb(189,17,115); }

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

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

 a { background-color: rgb(189,17,115); }

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

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

 span { border-color: rgb(189,17,115); }

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