#BC4798

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

Shades of Mulberry #BC4798

Tints of Mulberry #BC4798

Color information

#BC4798 (or 0xBC4798) is unknown color: approx Mulberry. HEX triplet: BC, 47 and 98. RGB value is (188,71,152). Sum of RGB (Red+Green+Blue) = 188+71+152=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4798 is #43B867. Grayscale: #737373. Windows color (decimal): -4438120 or 9979836. OLE color: 9979836.

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

Color convert

RGB18871152-
CMYK00.620.190.26
HSL318.46º46.61%50.78%-
HSV(B)318.46º62.23%73.73%-
XYZ28.6617.4631.57-
YUV115.22148.76179.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.74%
GREEN value IS 71 (28.12% from 255) = 17.27%
BLUE value IS 152 (59.77% from 255) = 36.98%
R=45.74%
G=17.27%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887115200.620.190.26318.4646.6150.78
HexBC479803E131A13e2f33
Octal27410723007623324765763
Binary1011110010001111001100001111101001111010100111110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4798; }

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

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

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

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

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

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

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

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