#BC5483

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

Shades of Mulberry #BC5483

Tints of Mulberry #BC5483

Color information

#BC5483 (or 0xBC5483) is unknown color: approx Mulberry. HEX triplet: BC, 54 and 83. RGB value is (188,84,131). Sum of RGB (Red+Green+Blue) = 188+84+131=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5483 is #43AB7C. Grayscale: #787878. Windows color (decimal): -4434813 or 8606908. OLE color: 8606908.

HSL color Cylindrical-coordinate representation of color #BC5483: hue angle of 332.88º 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 #BC5483 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB18884131-
CMYK00.550.300.26
HSL332.88º43.7%53.33%-
HSV(B)332.88º55.32%73.73%-
XYZ28.0118.6723.6-
YUV120.45133.96176.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 84 (33.20% from 255) = 20.84%
BLUE value IS 131 (51.56% from 255) = 32.51%
R=46.65%
G=20.84%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888413100.550.300.26332.8843.753.33
HexBC54830371E1A14d2c35
Octal27412420306736325155465
Binary1011110010101001000001101101111111011010101001101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5483; }

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

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

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

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

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

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

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

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