#bc5e8f

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

Shades of Mulberry #BC5E8F

Tints of Mulberry #BC5E8F

Color information

#BC5E8F (or 0xBC5E8F) is unknown color: approx Mulberry. HEX triplet: BC, 5E and 8F. RGB value is (188,94,143). Sum of RGB (Red+Green+Blue) = 188+94+143=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5E8F is #43A170. Grayscale: #7F7F7F. Windows color (decimal): -4432241 or 9395900. OLE color: 9395900.

HSL color Cylindrical-coordinate representation of color #BC5E8F: hue angle of 328.72º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5E8F is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB18894143-
CMYK00.500.240.26
HSL328.72º41.23%55.29%-
HSV(B)328.72º50%73.73%-
XYZ29.720.6828.41-
YUV127.69136.64171.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 94 (37.11% from 255) = 22.12%
BLUE value IS 143 (56.25% from 255) = 33.65%
R=44.24%
G=22.12%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889414300.500.240.26328.7241.2355.29
HexBC5E8F032181A1492937
Octal27413621706230325115167
Binary1011110010111101000111101100101100011010101001001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc5e8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc5e8f; }

 p { color: rgb(188,94,143); }

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

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

 a { background-color: rgb(188,94,143); }

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

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

 span { border-color: rgb(188,94,143); }

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