#bd2997

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

Shades of Medium Red Violet #BD2997

Tints of Medium Red Violet #BD2997

Color information

#BD2997 (or 0xBD2997) is unknown color: approx Medium Red Violet. HEX triplet: BD, 29 and 97. RGB value is (189,41,151). Sum of RGB (Red+Green+Blue) = 189+41+151=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2997 is #42D668. Grayscale: #616161. Windows color (decimal): -4380265 or 9906621. OLE color: 9906621.

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

Color convert

RGB18941151-
CMYK00.780.200.26
HSL315.41º64.35%45.1%-
HSV(B)315.41º78.31%74.12%-
XYZ27.3714.6430.66-
YUV97.79158.03193.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.61%
GREEN value IS 41 (16.41% from 255) = 10.76%
BLUE value IS 151 (59.38% from 255) = 39.63%
R=49.61%
G=10.76%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894115100.780.200.26315.4164.3545.1
HexBD299704E141A13b402d
Octal275512270116243247310055
Binary10111101101001100101110100111010100110101001110111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd2997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd2997; }

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

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

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

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

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

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

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

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