#BC45A3

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

Shades of Mulberry #BC45A3

Tints of Mulberry #BC45A3

Color information

#BC45A3 (or 0xBC45A3) is unknown color: approx Mulberry. HEX triplet: BC, 45 and A3. RGB value is (188,69,163). Sum of RGB (Red+Green+Blue) = 188+69+163=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC45A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC45A3 is #43BA5C. Grayscale: #737373. Windows color (decimal): -4438621 or 10700220. OLE color: 10700220.

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

Color convert

RGB18869163-
CMYK00.630.130.26
HSL312.61º47.04%50.39%-
HSV(B)312.61º63.3%73.73%-
XYZ29.4817.5936.49-
YUV115.3154.92179.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.76%
GREEN value IS 69 (27.34% from 255) = 16.43%
BLUE value IS 163 (64.06% from 255) = 38.81%
R=44.76%
G=16.43%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886916300.630.130.26312.6147.0450.39
HexBC45A303FD1A1392f32
Octal27410524307715324715762
Binary101111001000101101000110111111110111010100111001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC45A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC45A3; }

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

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

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

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

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

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

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

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