#BC409E

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

Shades of Mulberry #BC409E

Tints of Mulberry #BC409E

Color information

#BC409E (or 0xBC409E) is unknown color: approx Mulberry. HEX triplet: BC, 40 and 9E. RGB value is (188,64,158). Sum of RGB (Red+Green+Blue) = 188+64+158=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC409E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC409E is #43BF61. Grayscale: #6F6F6F. Windows color (decimal): -4439906 or 10371260. OLE color: 10371260.

HSL color Cylindrical-coordinate representation of color #BC409E: hue angle of 314.52º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC409E is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB18864158-
CMYK00.660.160.26
HSL314.52º49.21%49.41%-
HSV(B)314.52º65.96%73.73%-
XYZ28.7416.8334.08-
YUV111.79154.08182.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.85%
GREEN value IS 64 (25.39% from 255) = 15.61%
BLUE value IS 158 (62.11% from 255) = 38.54%
R=45.85%
G=15.61%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886415800.660.160.26314.5249.2149.41
HexBC409E042101A13b3131
Octal274100236010220324736161
Binary10111100100000010011110010000101000011010100111011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC409E; }

 p { color: rgb(188,64,158); }

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

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

 a { background-color: rgb(188,64,158); }

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

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

 span { border-color: rgb(188,64,158); }

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