#BD2489

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

Shades of Medium Red Violet #BD2489

Tints of Medium Red Violet #BD2489

Color information

#BD2489 (or 0xBD2489) is unknown color: approx Medium Red Violet. HEX triplet: BD, 24 and 89. RGB value is (189,36,137). Sum of RGB (Red+Green+Blue) = 189+36+137=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2489 is #42DB76. Grayscale: #5D5D5D. Windows color (decimal): -4381559 or 8987837. OLE color: 8987837.

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

Color convert

RGB18936137-
CMYK00.810.280.26
HSL320.39º68%44.12%-
HSV(B)320.39º80.95%74.12%-
XYZ26.1313.8924.97-
YUV93.26152.69196.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.21%
GREEN value IS 36 (14.45% from 255) = 9.94%
BLUE value IS 137 (53.91% from 255) = 37.85%
R=52.21%
G=9.94%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893613700.810.280.26320.396844.12
HexBD24890511C1A140442c
Octal275442110121343250010454
Binary10111101100100100010010101000111100110101010000001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2489; }

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

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

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

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

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

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

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

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