#BC5499

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

Shades of Mulberry #BC5499

Tints of Mulberry #BC5499

Color information

#BC5499 (or 0xBC5499) is unknown color: approx Mulberry. HEX triplet: BC, 54 and 99. RGB value is (188,84,153). Sum of RGB (Red+Green+Blue) = 188+84+153=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5499 is #43AB66. Grayscale: #7A7A7A. Windows color (decimal): -4434791 or 10048700. OLE color: 10048700.

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

Color convert

RGB18884153-
CMYK00.550.190.26
HSL320.19º43.7%53.33%-
HSV(B)320.19º55.32%73.73%-
XYZ29.6619.3332.31-
YUV122.96144.96174.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 84 (33.20% from 255) = 19.76%
BLUE value IS 153 (60.16% from 255) = 36%
R=44.24%
G=19.76%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888415300.550.190.26320.1943.753.33
HexBC5499037131A1402c35
Octal27412423106723325005465
Binary1011110010101001001100101101111001111010101000000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5499; }

 p { color: rgb(188,84,153); }

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

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

 a { background-color: rgb(188,84,153); }

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

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

 span { border-color: rgb(188,84,153); }

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