#BC5C94

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

Shades of Mulberry #BC5C94

Tints of Mulberry #BC5C94

Color information

#BC5C94 (or 0xBC5C94) is unknown color: approx Mulberry. HEX triplet: BC, 5C and 94. RGB value is (188,92,148). Sum of RGB (Red+Green+Blue) = 188+92+148=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5C94 is #43A36B. Grayscale: #7E7E7E. Windows color (decimal): -4432748 or 9723068. OLE color: 9723068.

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

Color convert

RGB18892148-
CMYK00.510.210.26
HSL325º41.74%54.9%-
HSV(B)325º51.06%73.73%-
XYZ29.9120.4830.39-
YUV127.09139.8171.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.93%
GREEN value IS 92 (36.33% from 255) = 21.50%
BLUE value IS 148 (58.20% from 255) = 34.58%
R=43.93%
G=21.50%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889214800.510.210.2632541.7454.9
HexBC5C94033151A1452a37
Octal27413422406325325055267
Binary1011110010111001001010001100111010111010101000101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5C94; }

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

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

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

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

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

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

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

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