#BD127C

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

Shades of Medium Violet Red #BD127C

Tints of Medium Violet Red #BD127C

Color information

#BD127C (or 0xBD127C) is unknown color: approx Medium Violet Red. HEX triplet: BD, 12 and 7C. RGB value is (189,18,124). Sum of RGB (Red+Green+Blue) = 189+18+124=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD127C is #42ED83. Grayscale: #505050. Windows color (decimal): -4386180 or 8131261. OLE color: 8131261.

HSL color Cylindrical-coordinate representation of color #BD127C: hue angle of 322.81º degrees, saturation: 0.83, 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 #BD127C is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB18918124-
CMYK00.900.340.26
HSL322.81º82.61%40.59%-
HSV(B)322.81º90.48%74.12%-
XYZ24.8412.7120.21-
YUV81.21152.15204.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.10%
GREEN value IS 18 (7.42% from 255) = 5.44%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=57.10%
G=5.44%
B=37.46%

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
Decimal1891812400.900.340.26322.8182.6140.59
HexBD127C05A221A1435329
Octal275221740132423250312351
Binary1011110110010111110001011010100010110101010000111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD127C; }

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

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

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

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

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

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

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

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