#BD186D

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

Shades of Medium Violet Red #BD186D

Tints of Medium Violet Red #BD186D

Color information

#BD186D (or 0xBD186D) is unknown color: approx Medium Violet Red. HEX triplet: BD, 18 and 6D. RGB value is (189,24,109). Sum of RGB (Red+Green+Blue) = 189+24+109=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD186D is #42E792. Grayscale: #525252. Windows color (decimal): -4384659 or 7149757. OLE color: 7149757.

HSL color Cylindrical-coordinate representation of color #BD186D: hue angle of 329.09º 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 #BD186D is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB18924109-
CMYK00.870.420.26
HSL329.09º77.46%41.76%-
HSV(B)329.09º87.3%74.12%-
XYZ24.0712.5815.63-
YUV83.02142.66203.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.70%
GREEN value IS 24 (9.77% from 255) = 7.45%
BLUE value IS 109 (42.97% from 255) = 33.85%
R=58.70%
G=7.45%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892410900.870.420.26329.0977.4641.76
HexBD186D0572A1A1494d2a
Octal275301550127523251111552
Binary1011110111000110110101010111101010110101010010011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD186D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD186D; }

 p { color: rgb(189,24,109); }

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

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

 a { background-color: rgb(189,24,109); }

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

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

 span { border-color: rgb(189,24,109); }

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