#BD47A0

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

Shades of Mulberry #BD47A0

Tints of Mulberry #BD47A0

Color information

#BD47A0 (or 0xBD47A0) is unknown color: approx Mulberry. HEX triplet: BD, 47 and A0. RGB value is (189,71,160). Sum of RGB (Red+Green+Blue) = 189+71+160=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD47A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD47A0 is #42B85F. Grayscale: #747474. Windows color (decimal): -4372576 or 10504125. OLE color: 10504125.

HSL color Cylindrical-coordinate representation of color #BD47A0: hue angle of 314.75º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD47A0 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB18971160-
CMYK00.620.150.26
HSL314.75º47.2%50.98%-
HSV(B)314.75º62.43%74.12%-
XYZ29.5817.8635.15-
YUV116.43152.59179.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45%
GREEN value IS 71 (28.12% from 255) = 16.90%
BLUE value IS 160 (62.89% from 255) = 38.10%
R=45%
G=16.90%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897116000.620.150.26314.7547.250.98
HexBD47A003EF1A13b2f33
Octal27510724007617324735763
Binary101111011000111101000000111110111111010100111011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD47A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD47A0; }

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

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

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

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

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

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

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

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