#BC4192

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

Shades of Mulberry #BC4192

Tints of Mulberry #BC4192

Color information

#BC4192 (or 0xBC4192) is unknown color: approx Mulberry. HEX triplet: BC, 41 and 92. RGB value is (188,65,146). Sum of RGB (Red+Green+Blue) = 188+65+146=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4192 is #43BE6D. Grayscale: #6E6E6E. Windows color (decimal): -4439662 or 9585084. OLE color: 9585084.

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

Color convert

RGB18865146-
CMYK00.650.220.26
HSL320.49º48.62%49.61%-
HSV(B)320.49º65.43%73.73%-
XYZ27.8216.5528.92-
YUV111.01147.75182.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 65 (25.78% from 255) = 16.29%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=47.12%
G=16.29%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886514600.650.220.26320.4948.6249.61
HexBC4192041161A1403132
Octal274101222010126325006162
Binary10111100100000110010010010000011011011010101000000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4192; }

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

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

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

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

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

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

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

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