#bd2c75

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

Shades of Medium Red Violet #BD2C75

Tints of Medium Red Violet #BD2C75

Color information

#BD2C75 (or 0xBD2C75) is unknown color: approx Medium Red Violet. HEX triplet: BD, 2C and 75. RGB value is (189,44,117). Sum of RGB (Red+Green+Blue) = 189+44+117=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2C75 is #42D38A. Grayscale: #5F5F5F. Windows color (decimal): -4379531 or 7679165. OLE color: 7679165.

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

Color convert

RGB18944117-
CMYK00.770.380.26
HSL329.79º62.23%45.69%-
HSV(B)329.79º76.72%74.12%-
XYZ25.113.918.19-
YUV95.68140.04194.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54%
GREEN value IS 44 (17.58% from 255) = 12.57%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=54%
G=12.57%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894411700.770.380.26329.7962.2345.69
HexBD2C7504D261A14a3e2e
Octal27554165011546325127656
Binary1011110110110011101010100110110011011010101001010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd2c75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd2c75; }

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

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

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

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

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

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

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

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