#BC548F

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

Shades of Mulberry #BC548F

Tints of Mulberry #BC548F

Color information

#BC548F (or 0xBC548F) is unknown color: approx Mulberry. HEX triplet: BC, 54 and 8F. RGB value is (188,84,143). Sum of RGB (Red+Green+Blue) = 188+84+143=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC548F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC548F is #43AB70. Grayscale: #797979. Windows color (decimal): -4434801 or 9393340. OLE color: 9393340.

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

Color convert

RGB18884143-
CMYK00.550.240.26
HSL325.96º43.7%53.33%-
HSV(B)325.96º55.32%73.73%-
XYZ28.8719.0228.14-
YUV121.82139.96175.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 84 (33.20% from 255) = 20.24%
BLUE value IS 143 (56.25% from 255) = 34.46%
R=45.30%
G=20.24%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888414300.550.240.26325.9643.753.33
HexBC548F037181A1462c35
Octal27412421706730325065465
Binary1011110010101001000111101101111100011010101000110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC548F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC548F; }

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

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

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

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

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

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

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

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