#BD398C

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

Shades of Medium Red Violet #BD398C

Tints of Medium Red Violet #BD398C

Color information

#BD398C (or 0xBD398C) is unknown color: approx Medium Red Violet. HEX triplet: BD, 39 and 8C. RGB value is (189,57,140). Sum of RGB (Red+Green+Blue) = 189+57+140=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD398C is #42C673. Grayscale: #696969. Windows color (decimal): -4376180 or 9189821. OLE color: 9189821.

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

Color convert

RGB18957140-
CMYK00.700.260.26
HSL322.27º53.66%48.24%-
HSV(B)322.27º69.84%74.12%-
XYZ27.1815.6426.4-
YUV105.93147.23187.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.96%
GREEN value IS 57 (22.66% from 255) = 14.77%
BLUE value IS 140 (55.08% from 255) = 36.27%
R=48.96%
G=14.77%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895714000.700.260.26322.2753.6648.24
HexBD398C0461A1A1423630
Octal27571214010632325026660
Binary1011110111100110001100010001101101011010101000010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD398C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD398C; }

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

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

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

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

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

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

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

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