#BC4095

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

Shades of Mulberry #BC4095

Tints of Mulberry #BC4095

Color information

#BC4095 (or 0xBC4095) is unknown color: approx Mulberry. HEX triplet: BC, 40 and 95. RGB value is (188,64,149). Sum of RGB (Red+Green+Blue) = 188+64+149=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4095 is #43BF6A. Grayscale: #6E6E6E. Windows color (decimal): -4439915 or 9781436. OLE color: 9781436.

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

Color convert

RGB18864149-
CMYK00.660.210.26
HSL318.87º49.21%49.41%-
HSV(B)318.87º65.96%73.73%-
XYZ2816.5330.15-
YUV110.77149.58183.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.88%
GREEN value IS 64 (25.39% from 255) = 15.96%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=46.88%
G=15.96%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886414900.660.210.26318.8749.2149.41
HexBC4095042151A13f3131
Octal274100225010225324776161
Binary10111100100000010010101010000101010111010100111111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4095; }

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

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

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

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

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

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

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

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