#BC419F

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

Shades of Mulberry #BC419F

Tints of Mulberry #BC419F

Color information

#BC419F (or 0xBC419F) is unknown color: approx Mulberry. HEX triplet: BC, 41 and 9F. RGB value is (188,65,159). Sum of RGB (Red+Green+Blue) = 188+65+159=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC419F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC419F is #43BE60. Grayscale: #707070. Windows color (decimal): -4439649 or 10437052. OLE color: 10437052.

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

Color convert

RGB18865159-
CMYK00.650.150.26
HSL314.15º48.62%49.61%-
HSV(B)314.15º65.43%73.73%-
XYZ28.8916.9834.55-
YUV112.49154.25181.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.63%
GREEN value IS 65 (25.78% from 255) = 15.78%
BLUE value IS 159 (62.5% from 255) = 38.59%
R=45.63%
G=15.78%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886515900.650.150.26314.1548.6249.61
HexBC419F041F1A13a3132
Octal274101237010117324726162
Binary1011110010000011001111101000001111111010100111010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC419F; }

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

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

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

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

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

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

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

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