#BC4B8E

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

Shades of Mulberry #BC4B8E

Tints of Mulberry #BC4B8E

Color information

#BC4B8E (or 0xBC4B8E) is unknown color: approx Mulberry. HEX triplet: BC, 4B and 8E. RGB value is (188,75,142). Sum of RGB (Red+Green+Blue) = 188+75+142=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4B8E is #43B471. Grayscale: #747474. Windows color (decimal): -4437106 or 9325500. OLE color: 9325500.

HSL color Cylindrical-coordinate representation of color #BC4B8E: hue angle of 324.42º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4B8E is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB18875142-
CMYK00.600.240.26
HSL324.42º45.75%51.57%-
HSV(B)324.42º60.11%73.73%-
XYZ28.1417.6827.52-
YUV116.42142.44179.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.42%
GREEN value IS 75 (29.69% from 255) = 18.52%
BLUE value IS 142 (55.86% from 255) = 35.06%
R=46.42%
G=18.52%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887514200.600.240.26324.4245.7551.57
HexBC4B8E03C181A1442e34
Octal27411321607430325045664
Binary1011110010010111000111001111001100011010101000100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4B8E; }

 p { color: rgb(188,75,142); }

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

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

 a { background-color: rgb(188,75,142); }

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

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

 span { border-color: rgb(188,75,142); }

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