#BD2472

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

Shades of Medium Red Violet #BD2472

Tints of Medium Red Violet #BD2472

Color information

#BD2472 (or 0xBD2472) is unknown color: approx Medium Red Violet. HEX triplet: BD, 24 and 72. RGB value is (189,36,114). Sum of RGB (Red+Green+Blue) = 189+36+114=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2472 is #42DB8D. Grayscale: #5A5A5A. Windows color (decimal): -4381582 or 7480509. OLE color: 7480509.

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

Color convert

RGB18936114-
CMYK00.810.400.26
HSL329.41º68%44.12%-
HSV(B)329.41º80.95%74.12%-
XYZ24.6513.317.19-
YUV90.64141.19198.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.75%
GREEN value IS 36 (14.45% from 255) = 10.62%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=55.75%
G=10.62%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893611400.810.400.26329.416844.12
HexBD2472051281A149442c
Octal275441620121503251110454
Binary10111101100100111001001010001101000110101010010011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2472; }

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

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

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

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

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

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

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

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