#BD137C

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

Shades of Medium Violet Red #BD137C

Tints of Medium Violet Red #BD137C

Color information

#BD137C (or 0xBD137C) is unknown color: approx Medium Violet Red. HEX triplet: BD, 13 and 7C. RGB value is (189,19,124). Sum of RGB (Red+Green+Blue) = 189+19+124=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD137C is #42EC83. Grayscale: #515151. Windows color (decimal): -4385924 or 8131517. OLE color: 8131517.

HSL color Cylindrical-coordinate representation of color #BD137C: hue angle of 322.94º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD137C is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB18919124-
CMYK00.900.340.26
HSL322.94º81.73%40.78%-
HSV(B)322.94º89.95%74.12%-
XYZ24.8612.7420.22-
YUV81.8151.82204.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.93%
GREEN value IS 19 (7.81% from 255) = 5.72%
BLUE value IS 124 (48.83% from 255) = 37.35%
R=56.93%
G=5.72%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891912400.900.340.26322.9481.7340.78
HexBD137C05A221A1435229
Octal275231740132423250312251
Binary1011110110011111110001011010100010110101010000111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD137C; }

 p { color: rgb(189,19,124); }

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

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

 a { background-color: rgb(189,19,124); }

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

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

 span { border-color: rgb(189,19,124); }

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