#BD549A

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

Shades of Mulberry #BD549A

Tints of Mulberry #BD549A

Color information

#BD549A (or 0xBD549A) is unknown color: approx Mulberry. HEX triplet: BD, 54 and 9A. RGB value is (189,84,154). Sum of RGB (Red+Green+Blue) = 189+84+154=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD549A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD549A is #42AB65. Grayscale: #7B7B7B. Windows color (decimal): -4369254 or 10114237. OLE color: 10114237.

HSL color Cylindrical-coordinate representation of color #BD549A: hue angle of 320º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD549A is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB18984154-
CMYK00.560.190.26
HSL320º44.3%53.53%-
HSV(B)320º55.56%74.12%-
XYZ29.9919.4932.75-
YUV123.37145.29174.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 84 (33.20% from 255) = 19.67%
BLUE value IS 154 (60.55% from 255) = 36.07%
R=44.26%
G=19.67%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898415400.560.190.2632044.353.53
HexBD549A038131A1402c36
Octal27512423207023325005466
Binary1011110110101001001101001110001001111010101000000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD549A; }

 p { color: rgb(189,84,154); }

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

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

 a { background-color: rgb(189,84,154); }

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

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

 span { border-color: rgb(189,84,154); }

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