#BC5894

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

Shades of Mulberry #BC5894

Tints of Mulberry #BC5894

Color information

#BC5894 (or 0xBC5894) is unknown color: approx Mulberry. HEX triplet: BC, 58 and 94. RGB value is (188,88,148). Sum of RGB (Red+Green+Blue) = 188+88+148=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5894 is #43A76B. Grayscale: #7C7C7C. Windows color (decimal): -4433772 or 9722044. OLE color: 9722044.

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

Color convert

RGB18888148-
CMYK00.530.210.26
HSL324º42.74%54.12%-
HSV(B)324º53.19%73.73%-
XYZ29.5719.8130.28-
YUV124.74141.13173.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 88 (34.77% from 255) = 20.75%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=44.34%
G=20.75%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888814800.530.210.2632442.7454.12
HexBC5894035151A1442b36
Octal27413022406525325045366
Binary1011110010110001001010001101011010111010101000100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5894; }

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

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

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

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

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

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

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

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