#BD1E80

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

Shades of Medium Violet Red #BD1E80

Tints of Medium Violet Red #BD1E80

Color information

#BD1E80 (or 0xBD1E80) is unknown color: approx Medium Violet Red. HEX triplet: BD, 1E and 80. RGB value is (189,30,128). Sum of RGB (Red+Green+Blue) = 189+30+128=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1E80 is #42E17F. Grayscale: #585858. Windows color (decimal): -4383104 or 8396477. OLE color: 8396477.

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

Color convert

RGB18930128-
CMYK00.840.320.26
HSL323.02º72.6%42.94%-
HSV(B)323.02º84.13%74.12%-
XYZ25.3513.3121.65-
YUV88.71150.18199.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.47%
GREEN value IS 30 (12.11% from 255) = 8.65%
BLUE value IS 128 (50.39% from 255) = 36.89%
R=54.47%
G=8.65%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893012800.840.320.26323.0272.642.94
HexBD1E80054201A143492b
Octal275362000124403250311153
Binary10111101111101000000001010100100000110101010000111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1E80; }

 p { color: rgb(189,30,128); }

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

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

 a { background-color: rgb(189,30,128); }

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

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

 span { border-color: rgb(189,30,128); }

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