#BC4195

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

Shades of Mulberry #BC4195

Tints of Mulberry #BC4195

Color information

#BC4195 (or 0xBC4195) is unknown color: approx Mulberry. HEX triplet: BC, 41 and 95. RGB value is (188,65,149). Sum of RGB (Red+Green+Blue) = 188+65+149=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4195 is #43BE6A. Grayscale: #6F6F6F. Windows color (decimal): -4439659 or 9781692. OLE color: 9781692.

HSL color Cylindrical-coordinate representation of color #BC4195: hue angle of 319.02º degrees, saturation: 0.49, 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 #BC4195 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB18865149-
CMYK00.650.210.26
HSL319.02º48.62%49.61%-
HSV(B)319.02º65.43%73.73%-
XYZ28.0516.6430.17-
YUV111.35149.25182.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.77%
GREEN value IS 65 (25.78% from 255) = 16.17%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=46.77%
G=16.17%
B=37.06%

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
Decimal1886514900.650.210.26319.0248.6249.61
HexBC4195041151A13f3132
Octal274101225010125324776162
Binary10111100100000110010101010000011010111010100111111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4195; }

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

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

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

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

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

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

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

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