#BD128D

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

Shades of Medium Violet Red #BD128D

Tints of Medium Violet Red #BD128D

Color information

#BD128D (or 0xBD128D) is unknown color: approx Medium Violet Red. HEX triplet: BD, 12 and 8D. RGB value is (189,18,141). Sum of RGB (Red+Green+Blue) = 189+18+141=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD128D is #42ED72. Grayscale: #525252. Windows color (decimal): -4386163 or 9245373. OLE color: 9245373.

HSL color Cylindrical-coordinate representation of color #BD128D: hue angle of 316.84º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD128D is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB18918141-
CMYK00.900.250.26
HSL316.84º82.61%40.59%-
HSV(B)316.84º90.48%74.12%-
XYZ26.0113.1726.37-
YUV83.15160.65203.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.31%
GREEN value IS 18 (7.42% from 255) = 5.17%
BLUE value IS 141 (55.47% from 255) = 40.52%
R=54.31%
G=5.17%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891814100.900.250.26316.8482.6140.59
HexBD128D05A191A13d5329
Octal275222150132313247512351
Binary1011110110010100011010101101011001110101001111011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD128D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD128D; }

 p { color: rgb(189,18,141); }

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

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

 a { background-color: rgb(189,18,141); }

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

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

 span { border-color: rgb(189,18,141); }

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