#BD246E

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

Shades of Medium Red Violet #BD246E

Tints of Medium Red Violet #BD246E

Color information

#BD246E (or 0xBD246E) is unknown color: approx Medium Red Violet. HEX triplet: BD, 24 and 6E. RGB value is (189,36,110). Sum of RGB (Red+Green+Blue) = 189+36+110=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD246E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD246E is #42DB91. Grayscale: #5A5A5A. Windows color (decimal): -4381586 or 7218365. OLE color: 7218365.

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

Color convert

RGB18936110-
CMYK00.810.420.26
HSL330.98º68%44.12%-
HSV(B)330.98º80.95%74.12%-
XYZ24.4313.2116.01-
YUV90.18139.19198.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.42%
GREEN value IS 36 (14.45% from 255) = 10.75%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=56.42%
G=10.75%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893611000.810.420.26330.986844.12
HexBD246E0512A1A14b442c
Octal275441560121523251310454
Binary10111101100100110111001010001101010110101010010111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD246E; }

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

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

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

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

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

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

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

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