#BC459C

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

Shades of Mulberry #BC459C

Tints of Mulberry #BC459C

Color information

#BC459C (or 0xBC459C) is unknown color: approx Mulberry. HEX triplet: BC, 45 and 9C. RGB value is (188,69,156). Sum of RGB (Red+Green+Blue) = 188+69+156=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC459C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC459C is #43BA63. Grayscale: #727272. Windows color (decimal): -4438628 or 10241468. OLE color: 10241468.

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

Color convert

RGB18869156-
CMYK00.630.170.26
HSL316.13º47.04%50.39%-
HSV(B)316.13º63.3%73.73%-
XYZ28.8717.3533.28-
YUV114.5151.42180.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 69 (27.34% from 255) = 16.71%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=45.52%
G=16.71%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886915600.630.170.26316.1347.0450.39
HexBC459C03F111A13c2f32
Octal27410523407721324745762
Binary1011110010001011001110001111111000111010100111100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC459C; }

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

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

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

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

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

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

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

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