#BD3386

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

Shades of Medium Red Violet #BD3386

Tints of Medium Red Violet #BD3386

Color information

#BD3386 (or 0xBD3386) is unknown color: approx Medium Red Violet. HEX triplet: BD, 33 and 86. RGB value is (189,51,134). Sum of RGB (Red+Green+Blue) = 189+51+134=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3386 is #42CC79. Grayscale: #656565. Windows color (decimal): -4377722 or 8795069. OLE color: 8795069.

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

Color convert

RGB18951134-
CMYK00.730.290.26
HSL323.91º57.5%47.06%-
HSV(B)323.91º73.02%74.12%-
XYZ26.4714.9124.04-
YUV101.72146.22190.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.53%
GREEN value IS 51 (20.31% from 255) = 13.64%
BLUE value IS 134 (52.73% from 255) = 35.83%
R=50.53%
G=13.64%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895113400.730.290.26323.9157.547.06
HexBD33860491D1A1443a2f
Octal27563206011135325047257
Binary1011110111001110000110010010011110111010101000100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3386; }

 p { color: rgb(189,51,134); }

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

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

 a { background-color: rgb(189,51,134); }

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

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

 span { border-color: rgb(189,51,134); }

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