#BC4491

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

Shades of Mulberry #BC4491

Tints of Mulberry #BC4491

Color information

#BC4491 (or 0xBC4491) is unknown color: approx Mulberry. HEX triplet: BC, 44 and 91. RGB value is (188,68,145). Sum of RGB (Red+Green+Blue) = 188+68+145=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4491 is #43BB6E. Grayscale: #707070. Windows color (decimal): -4438895 or 9520316. OLE color: 9520316.

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

Color convert

RGB18868145-
CMYK00.640.230.26
HSL321.5º47.24%50.2%-
HSV(B)321.5º63.83%73.73%-
XYZ27.9216.8728.57-
YUV112.66146.26181.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.88%
GREEN value IS 68 (26.95% from 255) = 16.96%
BLUE value IS 145 (57.03% from 255) = 36.16%
R=46.88%
G=16.96%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886814500.640.230.26321.547.2450.2
HexBC4491040171A1422f32
Octal274104221010027325025762
Binary10111100100010010010001010000001011111010101000010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4491; }

 p { color: rgb(188,68,145); }

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

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

 a { background-color: rgb(188,68,145); }

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

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

 span { border-color: rgb(188,68,145); }

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