#BD2C97

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

Shades of Medium Red Violet #BD2C97

Tints of Medium Red Violet #BD2C97

Color information

#BD2C97 (or 0xBD2C97) is unknown color: approx Medium Red Violet. HEX triplet: BD, 2C and 97. RGB value is (189,44,151). Sum of RGB (Red+Green+Blue) = 189+44+151=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2C97 is #42D368. Grayscale: #636363. Windows color (decimal): -4379497 or 9907389. OLE color: 9907389.

HSL color Cylindrical-coordinate representation of color #BD2C97: hue angle of 315.72º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2C97 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB18944151-
CMYK00.770.200.26
HSL315.72º62.23%45.69%-
HSV(B)315.72º76.72%74.12%-
XYZ27.4714.8530.7-
YUV99.55157.04191.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.22%
GREEN value IS 44 (17.58% from 255) = 11.46%
BLUE value IS 151 (59.38% from 255) = 39.32%
R=49.22%
G=11.46%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894415100.770.200.26315.7262.2345.69
HexBD2C9704D141A13c3e2e
Octal27554227011524324747656
Binary1011110110110010010111010011011010011010100111100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2C97; }

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

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

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

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

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

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

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

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