#BC5A94

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

Shades of Mulberry #BC5A94

Tints of Mulberry #BC5A94

Color information

#BC5A94 (or 0xBC5A94) is unknown color: approx Mulberry. HEX triplet: BC, 5A and 94. RGB value is (188,90,148). Sum of RGB (Red+Green+Blue) = 188+90+148=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5A94 is #43A56B. Grayscale: #7D7D7D. Windows color (decimal): -4433260 or 9722556. OLE color: 9722556.

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

Color convert

RGB18890148-
CMYK00.520.210.26
HSL324.49º42.24%54.51%-
HSV(B)324.49º52.13%73.73%-
XYZ29.7420.1430.34-
YUV125.91140.47172.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 90 (35.55% from 255) = 21.13%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=44.13%
G=21.13%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889014800.520.210.26324.4942.2454.51
HexBC5A94034151A1442a37
Octal27413222406425325045267
Binary1011110010110101001010001101001010111010101000100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5A94; }

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

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

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

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

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

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

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

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