#BD387A

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

Shades of Medium Red Violet #BD387A

Tints of Medium Red Violet #BD387A

Color information

#BD387A (or 0xBD387A) is unknown color: approx Medium Red Violet. HEX triplet: BD, 38 and 7A. RGB value is (189,56,122). Sum of RGB (Red+Green+Blue) = 189+56+122=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD387A is #42C785. Grayscale: #676767. Windows color (decimal): -4376454 or 8009917. OLE color: 8009917.

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

Color convert

RGB18956122-
CMYK00.700.350.26
HSL330.23º54.29%48.04%-
HSV(B)330.23º70.37%74.12%-
XYZ25.9115.0519.95-
YUV103.29138.56189.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.50%
GREEN value IS 56 (22.27% from 255) = 15.26%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=51.50%
G=15.26%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895612200.700.350.26330.2354.2948.04
HexBD387A046231A14a3630
Octal27570172010643325126660
Binary1011110111100011110100100011010001111010101001010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD387A; }

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

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

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

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

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

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

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

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