#BD2977

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

Shades of Medium Red Violet #BD2977

Tints of Medium Red Violet #BD2977

Color information

#BD2977 (or 0xBD2977) is unknown color: approx Medium Red Violet. HEX triplet: BD, 29 and 77. RGB value is (189,41,119). Sum of RGB (Red+Green+Blue) = 189+41+119=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2977 is #42D688. Grayscale: #5D5D5D. Windows color (decimal): -4380297 or 7809469. OLE color: 7809469.

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

Color convert

RGB18941119-
CMYK00.780.370.26
HSL328.38º64.35%45.1%-
HSV(B)328.38º78.31%74.12%-
XYZ25.1113.7418.78-
YUV94.14142.03195.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.15%
GREEN value IS 41 (16.41% from 255) = 11.75%
BLUE value IS 119 (46.88% from 255) = 34.10%
R=54.15%
G=11.75%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894111900.780.370.26328.3864.3545.1
HexBD297704E251A148402d
Octal275511670116453251010055
Binary10111101101001111011101001110100101110101010010001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2977; }

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

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

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

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

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

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

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

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