#BD2497

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

Shades of Medium Red Violet #BD2497

Tints of Medium Red Violet #BD2497

Color information

#BD2497 (or 0xBD2497) is unknown color: approx Medium Red Violet. HEX triplet: BD, 24 and 97. RGB value is (189,36,151). Sum of RGB (Red+Green+Blue) = 189+36+151=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2497 is #42DB68. Grayscale: #5E5E5E. Windows color (decimal): -4381545 or 9905341. OLE color: 9905341.

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

Color convert

RGB18936151-
CMYK00.810.200.26
HSL314.9º68%44.12%-
HSV(B)314.9º80.95%74.12%-
XYZ27.214.3130.61-
YUV94.86159.69195.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.27%
GREEN value IS 36 (14.45% from 255) = 9.57%
BLUE value IS 151 (59.38% from 255) = 40.16%
R=50.27%
G=9.57%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893615100.810.200.26314.96844.12
HexBD2497051141A13b442c
Octal275442270121243247310454
Binary10111101100100100101110101000110100110101001110111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2497; }

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

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

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

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

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

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

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

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