#BD2492

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

Shades of Medium Red Violet #BD2492

Tints of Medium Red Violet #BD2492

Color information

#BD2492 (or 0xBD2492) is unknown color: approx Medium Red Violet. HEX triplet: BD, 24 and 92. RGB value is (189,36,146). Sum of RGB (Red+Green+Blue) = 189+36+146=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2492 is #42DB6D. Grayscale: #5E5E5E. Windows color (decimal): -4381550 or 9577661. OLE color: 9577661.

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

Color convert

RGB18936146-
CMYK00.810.230.26
HSL316.86º68%44.12%-
HSV(B)316.86º80.95%74.12%-
XYZ26.8114.1628.51-
YUV94.29157.19195.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.94%
GREEN value IS 36 (14.45% from 255) = 9.70%
BLUE value IS 146 (57.42% from 255) = 39.35%
R=50.94%
G=9.70%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893614600.810.230.26316.866844.12
HexBD2492051171A13d442c
Octal275442220121273247510454
Binary10111101100100100100100101000110111110101001111011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2492; }

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

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

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

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

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

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

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

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