#BC468D

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

Shades of Mulberry #BC468D

Tints of Mulberry #BC468D

Color information

#BC468D (or 0xBC468D) is unknown color: approx Mulberry. HEX triplet: BC, 46 and 8D. RGB value is (188,70,141). Sum of RGB (Red+Green+Blue) = 188+70+141=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC468D is #43B972. Grayscale: #717171. Windows color (decimal): -4438387 or 9258684. OLE color: 9258684.

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

Color convert

RGB18870141-
CMYK00.630.250.26
HSL323.9º46.83%50.59%-
HSV(B)323.9º62.77%73.73%-
XYZ27.7416.9927.02-
YUV113.38143.59181.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 70 (27.73% from 255) = 17.54%
BLUE value IS 141 (55.47% from 255) = 35.34%
R=47.12%
G=17.54%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887014100.630.250.26323.946.8350.59
HexBC468D03F191A1442f33
Octal27410621507731325045763
Binary1011110010001101000110101111111100111010101000100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC468D; }

 p { color: rgb(188,70,141); }

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

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

 a { background-color: rgb(188,70,141); }

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

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

 span { border-color: rgb(188,70,141); }

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