#BD398D

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

Shades of Medium Red Violet #BD398D

Tints of Medium Red Violet #BD398D

Color information

#BD398D (or 0xBD398D) is unknown color: approx Medium Red Violet. HEX triplet: BD, 39 and 8D. RGB value is (189,57,141). Sum of RGB (Red+Green+Blue) = 189+57+141=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD398D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD398D is #42C672. Grayscale: #696969. Windows color (decimal): -4376179 or 9255357. OLE color: 9255357.

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

Color convert

RGB18957141-
CMYK00.700.250.26
HSL321.82º53.66%48.24%-
HSV(B)321.82º69.84%74.12%-
XYZ27.2615.6726.79-
YUV106.04147.73187.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.84%
GREEN value IS 57 (22.66% from 255) = 14.73%
BLUE value IS 141 (55.47% from 255) = 36.43%
R=48.84%
G=14.73%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895714100.700.250.26321.8253.6648.24
HexBD398D046191A1423630
Octal27571215010631325026660
Binary1011110111100110001101010001101100111010101000010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD398D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD398D; }

 p { color: rgb(189,57,141); }

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

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

 a { background-color: rgb(189,57,141); }

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

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

 span { border-color: rgb(189,57,141); }

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