#BD2880

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

Shades of Medium Red Violet #BD2880

Tints of Medium Red Violet #BD2880

Color information

#BD2880 (or 0xBD2880) is unknown color: approx Medium Red Violet. HEX triplet: BD, 28 and 80. RGB value is (189,40,128). Sum of RGB (Red+Green+Blue) = 189+40+128=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2880 is #42D77F. Grayscale: #5E5E5E. Windows color (decimal): -4380544 or 8399037. OLE color: 8399037.

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

Color convert

RGB18940128-
CMYK00.790.320.26
HSL324.56º65.07%44.9%-
HSV(B)324.56º78.84%74.12%-
XYZ25.6413.8921.75-
YUV94.58146.86195.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.94%
GREEN value IS 40 (16.02% from 255) = 11.20%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=52.94%
G=11.20%
B=35.85%

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
Decimal1894012800.790.320.26324.5665.0744.9
HexBD288004F201A145412d
Octal275502000117403250510155
Binary101111011010001000000001001111100000110101010001011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2880; }

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

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

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

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

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

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

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

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