#BC5D97

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

Shades of Mulberry #BC5D97

Tints of Mulberry #BC5D97

Color information

#BC5D97 (or 0xBC5D97) is unknown color: approx Mulberry. HEX triplet: BC, 5D and 97. RGB value is (188,93,151). Sum of RGB (Red+Green+Blue) = 188+93+151=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5D97 is #43A268. Grayscale: #7F7F7F. Windows color (decimal): -4432489 or 9919932. OLE color: 9919932.

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

Color convert

RGB18893151-
CMYK00.510.200.26
HSL323.37º41.48%55.1%-
HSV(B)323.37º50.53%73.73%-
XYZ30.2420.7531.69-
YUV128.02140.97170.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 93 (36.72% from 255) = 21.53%
BLUE value IS 151 (59.38% from 255) = 34.95%
R=43.52%
G=21.53%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889315100.510.200.26323.3741.4855.1
HexBC5D97033141A1432937
Octal27413522706324325035167
Binary1011110010111011001011101100111010011010101000011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5D97; }

 p { color: rgb(188,93,151); }

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

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

 a { background-color: rgb(188,93,151); }

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

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

 span { border-color: rgb(188,93,151); }

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