#BD2881

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

Shades of Medium Red Violet #BD2881

Tints of Medium Red Violet #BD2881

Color information

#BD2881 (or 0xBD2881) is unknown color: approx Medium Red Violet. HEX triplet: BD, 28 and 81. RGB value is (189,40,129). Sum of RGB (Red+Green+Blue) = 189+40+129=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2881 is #42D77E. Grayscale: #5E5E5E. Windows color (decimal): -4380543 or 8464573. OLE color: 8464573.

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

Color convert

RGB18940129-
CMYK00.790.320.26
HSL324.16º65.07%44.9%-
HSV(B)324.16º78.84%74.12%-
XYZ25.7113.9222.1-
YUV94.7147.36195.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.79%
GREEN value IS 40 (16.02% from 255) = 11.17%
BLUE value IS 129 (50.78% from 255) = 36.03%
R=52.79%
G=11.17%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894012900.790.320.26324.1665.0744.9
HexBD288104F201A144412d
Octal275502010117403250410155
Binary101111011010001000000101001111100000110101010001001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2881; }

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

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

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

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

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

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

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

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