#BD4E8B

Color #BD4E8B Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #BD4E8B

Tints of Mulberry #BD4E8B

Color information

#BD4E8B (or 0xBD4E8B) is unknown color: approx Mulberry. HEX triplet: BD, 4E and 8B. RGB value is (189,78,139). Sum of RGB (Red+Green+Blue) = 189+78+139=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4E8B is #42B174. Grayscale: #767676. Windows color (decimal): -4370805 or 9129661. OLE color: 9129661.

HSL color Cylindrical-coordinate representation of color #BD4E8B: hue angle of 327.03º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4E8B is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB18978139-
CMYK00.590.260.26
HSL327.03º45.68%52.35%-
HSV(B)327.03º58.73%74.12%-
XYZ28.3718.1326.43-
YUV118.14139.77178.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.55%
GREEN value IS 78 (30.86% from 255) = 19.21%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=46.55%
G=19.21%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897813900.590.260.26327.0345.6852.35
HexBD4E8B03B1A1A1472e34
Octal27511621307332325075664
Binary1011110110011101000101101110111101011010101000111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4E8B; }

 p { color: rgb(189,78,139); }

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

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

 a { background-color: rgb(189,78,139); }

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

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

 span { border-color: rgb(189,78,139); }

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