#BD0386

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

Shades of Medium Violet Red #BD0386

Tints of Medium Violet Red #BD0386

Color information

#BD0386 (or 0xBD0386) is unknown color: approx Medium Violet Red. HEX triplet: BD, 03 and 86. RGB value is (189,3,134). Sum of RGB (Red+Green+Blue) = 189+3+134=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0386 is #42FC79. Grayscale: #494949. Windows color (decimal): -4390010 or 8782781. OLE color: 8782781.

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

Color convert

RGB1893134-
CMYK00.980.290.26
HSL317.74º96.88%37.65%-
HSV(B)317.74º98.41%74.12%-
XYZ25.3212.6123.65-
YUV73.55162.12210.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.98%
GREEN value IS 3 (1.56% from 255) = 0.92%
BLUE value IS 134 (52.73% from 255) = 41.10%
R=57.98%
G=0.92%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189313400.980.290.26317.7496.8837.65
HexBD3860621D1A13e6126
Octal27532060142353247614146
Binary1011110111100001100110001011101110101001111101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0386; }

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

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

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

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

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

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

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

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