#BD127E

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

Shades of Medium Violet Red #BD127E

Tints of Medium Violet Red #BD127E

Color information

#BD127E (or 0xBD127E) is unknown color: approx Medium Violet Red. HEX triplet: BD, 12 and 7E. RGB value is (189,18,126). Sum of RGB (Red+Green+Blue) = 189+18+126=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD127E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD127E is #42ED81. Grayscale: #515151. Windows color (decimal): -4386178 or 8262333. OLE color: 8262333.

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

Color convert

RGB18918126-
CMYK00.900.330.26
HSL322.11º82.61%40.59%-
HSV(B)322.11º90.48%74.12%-
XYZ24.9712.7620.89-
YUV81.44153.15204.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.76%
GREEN value IS 18 (7.42% from 255) = 5.41%
BLUE value IS 126 (49.61% from 255) = 37.84%
R=56.76%
G=5.41%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891812600.900.330.26322.1182.6140.59
HexBD127E05A211A1425329
Octal275221760132413250212351
Binary1011110110010111111001011010100001110101010000101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD127E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD127E; }

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

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

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

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

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

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

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

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