#BD1384

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

Shades of Medium Violet Red #BD1384

Tints of Medium Violet Red #BD1384

Color information

#BD1384 (or 0xBD1384) is unknown color: approx Medium Violet Red. HEX triplet: BD, 13 and 84. RGB value is (189,19,132). Sum of RGB (Red+Green+Blue) = 189+19+132=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1384 is #42EC7B. Grayscale: #525252. Windows color (decimal): -4385916 or 8655805. OLE color: 8655805.

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

Color convert

RGB18919132-
CMYK00.900.300.26
HSL320.12º81.73%40.78%-
HSV(B)320.12º89.95%74.12%-
XYZ25.3812.9522.99-
YUV82.71155.82203.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.59%
GREEN value IS 19 (7.81% from 255) = 5.59%
BLUE value IS 132 (51.95% from 255) = 38.82%
R=55.59%
G=5.59%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891913200.900.300.26320.1281.7340.78
HexBD138405A1E1A1405229
Octal275232040132363250012251
Binary1011110110011100001000101101011110110101010000001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1384; }

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

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

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

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

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

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

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

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