#BC439C

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

Shades of Mulberry #BC439C

Tints of Mulberry #BC439C

Color information

#BC439C (or 0xBC439C) is unknown color: approx Mulberry. HEX triplet: BC, 43 and 9C. RGB value is (188,67,156). Sum of RGB (Red+Green+Blue) = 188+67+156=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 67 (26.56% from 255 or 16.30% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC439C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC439C is #43BC63. Grayscale: #717171. Windows color (decimal): -4439140 or 10240956. OLE color: 10240956.

HSL color Cylindrical-coordinate representation of color #BC439C: hue angle of 315.87º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC439C is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB18867156-
CMYK00.640.170.26
HSL315.87º47.45%50%-
HSV(B)315.87º64.36%73.73%-
XYZ28.7517.1133.24-
YUV113.32152.09181.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.74%
GREEN value IS 67 (26.56% from 255) = 16.30%
BLUE value IS 156 (61.33% from 255) = 37.96%
R=45.74%
G=16.30%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886715600.640.170.26315.8747.4550
HexBC439C040111A13c2f32
Octal274103234010021324745762
Binary10111100100001110011100010000001000111010100111100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC439C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC439C; }

 p { color: rgb(188,67,156); }

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

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

 a { background-color: rgb(188,67,156); }

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

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

 span { border-color: rgb(188,67,156); }

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