#BD2891

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

Shades of Medium Red Violet #BD2891

Tints of Medium Red Violet #BD2891

Color information

#BD2891 (or 0xBD2891) is unknown color: approx Medium Red Violet. HEX triplet: BD, 28 and 91. RGB value is (189,40,145). Sum of RGB (Red+Green+Blue) = 189+40+145=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2891 is #42D76E. Grayscale: #606060. Windows color (decimal): -4380527 or 9513149. OLE color: 9513149.

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

Color convert

RGB18940145-
CMYK00.790.230.26
HSL317.72º65.07%44.9%-
HSV(B)317.72º78.84%74.12%-
XYZ26.8614.3828.15-
YUV96.52155.36193.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.53%
GREEN value IS 40 (16.02% from 255) = 10.70%
BLUE value IS 145 (57.03% from 255) = 38.77%
R=50.53%
G=10.70%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894014500.790.230.26317.7265.0744.9
HexBD289104F171A13e412d
Octal275502210117273247610155
Binary10111101101000100100010100111110111110101001111101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2891; }

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

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

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

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

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

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

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

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