#BD4EA0

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

Shades of Mulberry #BD4EA0

Tints of Mulberry #BD4EA0

Color information

#BD4EA0 (or 0xBD4EA0) is unknown color: approx Mulberry. HEX triplet: BD, 4E and A0. RGB value is (189,78,160). Sum of RGB (Red+Green+Blue) = 189+78+160=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4EA0 is #42B15F. Grayscale: #787878. Windows color (decimal): -4370784 or 10505917. OLE color: 10505917.

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

Color convert

RGB18978160-
CMYK00.590.150.26
HSL315.68º45.68%52.35%-
HSV(B)315.68º58.73%74.12%-
XYZ30.0618.8135.3-
YUV120.54150.27176.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 78 (30.86% from 255) = 18.27%
BLUE value IS 160 (62.89% from 255) = 37.47%
R=44.26%
G=18.27%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897816000.590.150.26315.6845.6852.35
HexBD4EA003BF1A13c2e34
Octal27511624007317324745664
Binary101111011001110101000000111011111111010100111100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4EA0; }

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

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

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

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

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

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

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

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