#BC469D

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

Shades of Mulberry #BC469D

Tints of Mulberry #BC469D

Color information

#BC469D (or 0xBC469D) is unknown color: approx Mulberry. HEX triplet: BC, 46 and 9D. RGB value is (188,70,157). Sum of RGB (Red+Green+Blue) = 188+70+157=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC469D is #43B962. Grayscale: #727272. Windows color (decimal): -4438371 or 10307260. OLE color: 10307260.

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

Color convert

RGB18870157-
CMYK00.630.160.26
HSL315.76º46.83%50.59%-
HSV(B)315.76º62.77%73.73%-
XYZ29.0217.5133.75-
YUV115.2151.59179.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 70 (27.73% from 255) = 16.87%
BLUE value IS 157 (61.72% from 255) = 37.83%
R=45.30%
G=16.87%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887015700.630.160.26315.7646.8350.59
HexBC469D03F101A13c2f33
Octal27410623507720324745763
Binary1011110010001101001110101111111000011010100111100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC469D; }

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

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

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

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

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

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

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

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