#bc5fa3

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

Shades of Mulberry #BC5FA3

Tints of Mulberry #BC5FA3

Color information

#BC5FA3 (or 0xBC5FA3) is unknown color: approx Mulberry. HEX triplet: BC, 5F and A3. RGB value is (188,95,163). Sum of RGB (Red+Green+Blue) = 188+95+163=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5FA3 is #43A05C. Grayscale: #828282. Windows color (decimal): -4431965 or 10706876. OLE color: 10706876.

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

Color convert

RGB18895163-
CMYK00.490.130.26
HSL316.13º40.97%55.49%-
HSV(B)316.13º49.47%73.73%-
XYZ31.4421.5237.15-
YUV130.56146.31168.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.15%
GREEN value IS 95 (37.5% from 255) = 21.30%
BLUE value IS 163 (64.06% from 255) = 36.55%
R=42.15%
G=21.30%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889516300.490.130.26316.1340.9755.49
HexBC5FA3031D1A13c2937
Octal27413724306115324745167
Binary101111001011111101000110110001110111010100111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc5fa3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc5fa3; }

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

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

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

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

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

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

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

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