#BC4788

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

Shades of Mulberry #BC4788

Tints of Mulberry #BC4788

Color information

#BC4788 (or 0xBC4788) is unknown color: approx Mulberry. HEX triplet: BC, 47 and 88. RGB value is (188,71,136). Sum of RGB (Red+Green+Blue) = 188+71+136=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4788 is #43B877. Grayscale: #717171. Windows color (decimal): -4438136 or 8931260. OLE color: 8931260.

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

Color convert

RGB18871136-
CMYK00.620.280.26
HSL326.67º46.61%50.78%-
HSV(B)326.67º62.23%73.73%-
XYZ27.4416.9825.12-
YUV113.39140.76181.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.59%
GREEN value IS 71 (28.12% from 255) = 17.97%
BLUE value IS 136 (53.52% from 255) = 34.43%
R=47.59%
G=17.97%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887113600.620.280.26326.6746.6150.78
HexBC478803E1C1A1472f33
Octal27410721007634325075763
Binary1011110010001111000100001111101110011010101000111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4788; }

 p { color: rgb(188,71,136); }

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

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

 a { background-color: rgb(188,71,136); }

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

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

 span { border-color: rgb(188,71,136); }

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