#BC5594

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

Shades of Mulberry #BC5594

Tints of Mulberry #BC5594

Color information

#BC5594 (or 0xBC5594) is unknown color: approx Mulberry. HEX triplet: BC, 55 and 94. RGB value is (188,85,148). Sum of RGB (Red+Green+Blue) = 188+85+148=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5594 is #43AA6B. Grayscale: #7A7A7A. Windows color (decimal): -4434540 or 9721276. OLE color: 9721276.

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

Color convert

RGB18885148-
CMYK00.550.210.26
HSL323.3º43.46%53.53%-
HSV(B)323.3º54.79%73.73%-
XYZ29.3319.3330.2-
YUV122.98142.12174.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.66%
GREEN value IS 85 (33.59% from 255) = 20.19%
BLUE value IS 148 (58.20% from 255) = 35.15%
R=44.66%
G=20.19%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888514800.550.210.26323.343.4653.53
HexBC5594037151A1432b36
Octal27412522406725325035366
Binary1011110010101011001010001101111010111010101000011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5594; }

 p { color: rgb(188,85,148); }

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

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

 a { background-color: rgb(188,85,148); }

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

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

 span { border-color: rgb(188,85,148); }

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