#BD389A

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

Shades of Medium Red Violet #BD389A

Tints of Medium Red Violet #BD389A

Color information

#BD389A (or 0xBD389A) is unknown color: approx Medium Red Violet. HEX triplet: BD, 38 and 9A. RGB value is (189,56,154). Sum of RGB (Red+Green+Blue) = 189+56+154=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD389A is #42C765. Grayscale: #6A6A6A. Windows color (decimal): -4376422 or 10107069. OLE color: 10107069.

HSL color Cylindrical-coordinate representation of color #BD389A: hue angle of 315.79º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD389A is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB18956154-
CMYK00.700.190.26
HSL315.79º54.29%48.04%-
HSV(B)315.79º70.37%74.12%-
XYZ28.2315.9832.17-
YUV106.94154.56186.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.37%
GREEN value IS 56 (22.27% from 255) = 14.04%
BLUE value IS 154 (60.55% from 255) = 38.60%
R=47.37%
G=14.04%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895615400.700.190.26315.7954.2948.04
HexBD389A046131A13c3630
Octal27570232010623324746660
Binary1011110111100010011010010001101001111010100111100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD389A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD389A; }

 p { color: rgb(189,56,154); }

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

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

 a { background-color: rgb(189,56,154); }

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

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

 span { border-color: rgb(189,56,154); }

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