#BD1E7A

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

Shades of Medium Violet Red #BD1E7A

Tints of Medium Violet Red #BD1E7A

Color information

#BD1E7A (or 0xBD1E7A) is unknown color: approx Medium Violet Red. HEX triplet: BD, 1E and 7A. RGB value is (189,30,122). Sum of RGB (Red+Green+Blue) = 189+30+122=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1E7A is #42E185. Grayscale: #575757. Windows color (decimal): -4383110 or 8003261. OLE color: 8003261.

HSL color Cylindrical-coordinate representation of color #BD1E7A: hue angle of 325.28º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1E7A is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB18930122-
CMYK00.840.350.26
HSL325.28º72.6%42.94%-
HSV(B)325.28º84.13%74.12%-
XYZ24.9613.1519.64-
YUV88.03147.18200.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.43%
GREEN value IS 30 (12.11% from 255) = 8.80%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=55.43%
G=8.80%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893012200.840.350.26325.2872.642.94
HexBD1E7A054231A145492b
Octal275361720124433250511153
Binary1011110111110111101001010100100011110101010001011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1E7A; }

 p { color: rgb(189,30,122); }

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

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

 a { background-color: rgb(189,30,122); }

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

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

 span { border-color: rgb(189,30,122); }

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