#BC4295

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

Shades of Mulberry #BC4295

Tints of Mulberry #BC4295

Color information

#BC4295 (or 0xBC4295) is unknown color: approx Mulberry. HEX triplet: BC, 42 and 95. RGB value is (188,66,149). Sum of RGB (Red+Green+Blue) = 188+66+149=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4295 is #43BD6A. Grayscale: #6F6F6F. Windows color (decimal): -4439403 or 9781948. OLE color: 9781948.

HSL color Cylindrical-coordinate representation of color #BC4295: hue angle of 319.18º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4295 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB18866149-
CMYK00.650.210.26
HSL319.18º48.03%49.8%-
HSV(B)319.18º64.89%73.73%-
XYZ28.1116.7630.19-
YUV111.94148.92182.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 66 (26.17% from 255) = 16.38%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=46.65%
G=16.38%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886614900.650.210.26319.1848.0349.8
HexBC4295041151A13f3032
Octal274102225010125324776062
Binary10111100100001010010101010000011010111010100111111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4295; }

 p { color: rgb(188,66,149); }

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

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

 a { background-color: rgb(188,66,149); }

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

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

 span { border-color: rgb(188,66,149); }

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