#BD2470

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

Shades of Medium Red Violet #BD2470

Tints of Medium Red Violet #BD2470

Color information

#BD2470 (or 0xBD2470) is unknown color: approx Medium Red Violet. HEX triplet: BD, 24 and 70. RGB value is (189,36,112). Sum of RGB (Red+Green+Blue) = 189+36+112=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2470 is #42DB8F. Grayscale: #5A5A5A. Windows color (decimal): -4381584 or 7349437. OLE color: 7349437.

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

Color convert

RGB18936112-
CMYK00.810.410.26
HSL330.2º68%44.12%-
HSV(B)330.2º80.95%74.12%-
XYZ24.5413.2516.59-
YUV90.41140.19198.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.08%
GREEN value IS 36 (14.45% from 255) = 10.68%
BLUE value IS 112 (44.14% from 255) = 33.23%
R=56.08%
G=10.68%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893611200.810.410.26330.26844.12
HexBD2470051291A14a442c
Octal275441600121513251210454
Binary10111101100100111000001010001101001110101010010101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2470; }

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

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

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

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

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

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

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

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