#BD5496

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

Shades of Mulberry #BD5496

Tints of Mulberry #BD5496

Color information

#BD5496 (or 0xBD5496) is unknown color: approx Mulberry. HEX triplet: BD, 54 and 96. RGB value is (189,84,150). Sum of RGB (Red+Green+Blue) = 189+84+150=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5496 is #42AB69. Grayscale: #7A7A7A. Windows color (decimal): -4369258 or 9852093. OLE color: 9852093.

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

Color convert

RGB18984150-
CMYK00.560.210.26
HSL322.29º44.3%53.53%-
HSV(B)322.29º55.56%74.12%-
XYZ29.6619.3631.03-
YUV122.92143.29175.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.68%
GREEN value IS 84 (33.20% from 255) = 19.86%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=44.68%
G=19.86%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898415000.560.210.26322.2944.353.53
HexBD5496038151A1422c36
Octal27512422607025325025466
Binary1011110110101001001011001110001010111010101000010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5496; }

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

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

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

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

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

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

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

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