#BD5488

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

Shades of Mulberry #BD5488

Tints of Mulberry #BD5488

Color information

#BD5488 (or 0xBD5488) is unknown color: approx Mulberry. HEX triplet: BD, 54 and 88. RGB value is (189,84,136). Sum of RGB (Red+Green+Blue) = 189+84+136=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5488 is #42AB77. Grayscale: #797979. Windows color (decimal): -4369272 or 8934589. OLE color: 8934589.

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

Color convert

RGB18984136-
CMYK00.560.280.26
HSL330.29º44.3%53.53%-
HSV(B)330.29º55.56%74.12%-
XYZ28.618.9425.44-
YUV121.32136.29176.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.21%
GREEN value IS 84 (33.20% from 255) = 20.54%
BLUE value IS 136 (53.52% from 255) = 33.25%
R=46.21%
G=20.54%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898413600.560.280.26330.2944.353.53
HexBD54880381C1A14a2c36
Octal27512421007034325125466
Binary1011110110101001000100001110001110011010101001010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5488; }

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

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

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

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

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

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

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

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