#BD1E8F

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

Shades of Medium Violet Red #BD1E8F

Tints of Medium Violet Red #BD1E8F

Color information

#BD1E8F (or 0xBD1E8F) is unknown color: approx Medium Violet Red. HEX triplet: BD, 1E and 8F. RGB value is (189,30,143). Sum of RGB (Red+Green+Blue) = 189+30+143=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1E8F is #42E170. Grayscale: #5A5A5A. Windows color (decimal): -4383089 or 9379517. OLE color: 9379517.

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

Color convert

RGB18930143-
CMYK00.840.240.26
HSL317.36º72.6%42.94%-
HSV(B)317.36º84.13%74.12%-
XYZ26.4113.7327.24-
YUV90.42157.68198.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.21%
GREEN value IS 30 (12.11% from 255) = 8.29%
BLUE value IS 143 (56.25% from 255) = 39.50%
R=52.21%
G=8.29%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893014300.840.240.26317.3672.642.94
HexBD1E8F054181A13d492b
Octal275362170124303247511153
Binary1011110111110100011110101010011000110101001111011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1E8F; }

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

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

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

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

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

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

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

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