#BD2C91

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

Shades of Medium Red Violet #BD2C91

Tints of Medium Red Violet #BD2C91

Color information

#BD2C91 (or 0xBD2C91) is unknown color: approx Medium Red Violet. HEX triplet: BD, 2C and 91. RGB value is (189,44,145). Sum of RGB (Red+Green+Blue) = 189+44+145=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2C91 is #42D36E. Grayscale: #626262. Windows color (decimal): -4379503 or 9514173. OLE color: 9514173.

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

Color convert

RGB18944145-
CMYK00.770.230.26
HSL318.21º62.23%45.69%-
HSV(B)318.21º76.72%74.12%-
XYZ2714.6628.2-
YUV98.87154.04192.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50%
GREEN value IS 44 (17.58% from 255) = 11.64%
BLUE value IS 145 (57.03% from 255) = 38.36%
R=50%
G=11.64%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894414500.770.230.26318.2162.2345.69
HexBD2C9104D171A13e3e2e
Octal27554221011527324767656
Binary1011110110110010010001010011011011111010100111110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2C91; }

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

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

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

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

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

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

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

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