#bc449c

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

Shades of Mulberry #BC449C

Tints of Mulberry #BC449C

Color information

#BC449C (or 0xBC449C) is unknown color: approx Mulberry. HEX triplet: BC, 44 and 9C. RGB value is (188,68,156). Sum of RGB (Red+Green+Blue) = 188+68+156=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC449C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC449C is #43BB63. Grayscale: #717171. Windows color (decimal): -4438884 or 10241212. OLE color: 10241212.

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

Color convert

RGB18868156-
CMYK00.640.170.26
HSL316º47.24%50.2%-
HSV(B)316º63.83%73.73%-
XYZ28.8117.2333.26-
YUV113.91151.76180.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.63%
GREEN value IS 68 (26.95% from 255) = 16.50%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=45.63%
G=16.50%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886815600.640.170.2631647.2450.2
HexBC449C040111A13c2f32
Octal274104234010021324745762
Binary10111100100010010011100010000001000111010100111100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc449c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc449c; }

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

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

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

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

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

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

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

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