#BC3F9B

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

Shades of Mulberry #BC3F9B

Tints of Mulberry #BC3F9B

Color information

#BC3F9B (or 0xBC3F9B) is unknown color: approx Mulberry. HEX triplet: BC, 3F and 9B. RGB value is (188,63,155). Sum of RGB (Red+Green+Blue) = 188+63+155=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3F9B is #43C064. Grayscale: #6E6E6E. Windows color (decimal): -4440165 or 10174396. OLE color: 10174396.

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

Color convert

RGB18863155-
CMYK00.660.180.26
HSL315.84º49.8%49.22%-
HSV(B)315.84º66.49%73.73%-
XYZ28.4316.6132.72-
YUV110.86152.91183.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.31%
GREEN value IS 63 (25% from 255) = 15.52%
BLUE value IS 155 (60.94% from 255) = 38.18%
R=46.31%
G=15.52%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886315500.660.180.26315.8449.849.22
HexBC3F9B042121A13c3231
Octal27477233010222324746261
Binary1011110011111110011011010000101001011010100111100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3F9B; }

 p { color: rgb(188,63,155); }

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

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

 a { background-color: rgb(188,63,155); }

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

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

 span { border-color: rgb(188,63,155); }

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