#BC45A0

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

Shades of Mulberry #BC45A0

Tints of Mulberry #BC45A0

Color information

#BC45A0 (or 0xBC45A0) is unknown color: approx Mulberry. HEX triplet: BC, 45 and A0. RGB value is (188,69,160). Sum of RGB (Red+Green+Blue) = 188+69+160=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC45A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC45A0 is #43BA5F. Grayscale: #727272. Windows color (decimal): -4438624 or 10503612. OLE color: 10503612.

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

Color convert

RGB18869160-
CMYK00.630.150.26
HSL314.12º47.04%50.39%-
HSV(B)314.12º63.3%73.73%-
XYZ29.2117.4935.09-
YUV114.96153.42180.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 69 (27.34% from 255) = 16.55%
BLUE value IS 160 (62.89% from 255) = 38.37%
R=45.08%
G=16.55%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886916000.630.150.26314.1247.0450.39
HexBC45A003FF1A13a2f32
Octal27410524007717324725762
Binary101111001000101101000000111111111111010100111010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC45A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC45A0; }

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

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

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

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

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

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

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

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