#BC5D96

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

Shades of Mulberry #BC5D96

Tints of Mulberry #BC5D96

Color information

#BC5D96 (or 0xBC5D96) is unknown color: approx Mulberry. HEX triplet: BC, 5D and 96. RGB value is (188,93,150). Sum of RGB (Red+Green+Blue) = 188+93+150=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5D96 is #43A269. Grayscale: #7F7F7F. Windows color (decimal): -4432490 or 9854396. OLE color: 9854396.

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

Color convert

RGB18893150-
CMYK00.510.200.26
HSL324º41.48%55.1%-
HSV(B)324º50.53%73.73%-
XYZ30.1620.7231.26-
YUV127.9140.47170.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 93 (36.72% from 255) = 21.58%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=43.62%
G=21.58%
B=34.80%

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
Decimal1889315000.510.200.2632441.4855.1
HexBC5D96033141A1442937
Octal27413522606324325045167
Binary1011110010111011001011001100111010011010101000100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5D96; }

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

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

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

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

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

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

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

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