#BC5994

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

Shades of Mulberry #BC5994

Tints of Mulberry #BC5994

Color information

#BC5994 (or 0xBC5994) is unknown color: approx Mulberry. HEX triplet: BC, 59 and 94. RGB value is (188,89,148). Sum of RGB (Red+Green+Blue) = 188+89+148=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5994 is #43A66B. Grayscale: #7D7D7D. Windows color (decimal): -4433516 or 9722300. OLE color: 9722300.

HSL color Cylindrical-coordinate representation of color #BC5994: hue angle of 324.24º degrees, saturation: 0.42, 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 #BC5994 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB18889148-
CMYK00.530.210.26
HSL324.24º42.49%54.31%-
HSV(B)324.24º52.66%73.73%-
XYZ29.6619.9730.31-
YUV125.33140.8172.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 89 (35.16% from 255) = 20.94%
BLUE value IS 148 (58.20% from 255) = 34.82%
R=44.24%
G=20.94%
B=34.82%

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
Decimal1888914800.530.210.26324.2442.4954.31
HexBC5994035151A1442a36
Octal27413122406525325045266
Binary1011110010110011001010001101011010111010101000100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5994; }

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

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

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

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

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

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

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

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