#BD2490

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

Shades of Medium Red Violet #BD2490

Tints of Medium Red Violet #BD2490

Color information

#BD2490 (or 0xBD2490) is unknown color: approx Medium Red Violet. HEX triplet: BD, 24 and 90. RGB value is (189,36,144). Sum of RGB (Red+Green+Blue) = 189+36+144=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2490 is #42DB6F. Grayscale: #5D5D5D. Windows color (decimal): -4381552 or 9446589. OLE color: 9446589.

HSL color Cylindrical-coordinate representation of color #BD2490: hue angle of 317.65º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2490 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB18936144-
CMYK00.810.240.26
HSL317.65º68%44.12%-
HSV(B)317.65º80.95%74.12%-
XYZ26.6514.0927.7-
YUV94.06156.19195.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.22%
GREEN value IS 36 (14.45% from 255) = 9.76%
BLUE value IS 144 (56.64% from 255) = 39.02%
R=51.22%
G=9.76%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893614400.810.240.26317.656844.12
HexBD2490051181A13e442c
Octal275442200121303247610454
Binary10111101100100100100000101000111000110101001111101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2490; }

 p { color: rgb(189,36,144); }

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

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

 a { background-color: rgb(189,36,144); }

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

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

 span { border-color: rgb(189,36,144); }

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