#BD389B

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

Shades of Medium Red Violet #BD389B

Tints of Medium Red Violet #BD389B

Color information

#BD389B (or 0xBD389B) is unknown color: approx Medium Red Violet. HEX triplet: BD, 38 and 9B. RGB value is (189,56,155). Sum of RGB (Red+Green+Blue) = 189+56+155=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD389B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD389B is #42C764. Grayscale: #6A6A6A. Windows color (decimal): -4376421 or 10172605. OLE color: 10172605.

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

Color convert

RGB18956155-
CMYK00.700.180.26
HSL315.34º54.29%48.04%-
HSV(B)315.34º70.37%74.12%-
XYZ28.3216.0132.61-
YUV107.05155.06186.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.25%
GREEN value IS 56 (22.27% from 255) = 14%
BLUE value IS 155 (60.94% from 255) = 38.75%
R=47.25%
G=14%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895615500.700.180.26315.3454.2948.04
HexBD389B046121A13b3630
Octal27570233010622324736660
Binary1011110111100010011011010001101001011010100111011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD389B; }

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

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

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

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

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

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

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

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