#BC5B98

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

Shades of Mulberry #BC5B98

Tints of Mulberry #BC5B98

Color information

#BC5B98 (or 0xBC5B98) is unknown color: approx Mulberry. HEX triplet: BC, 5B and 98. RGB value is (188,91,152). Sum of RGB (Red+Green+Blue) = 188+91+152=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5B98 is #43A467. Grayscale: #7E7E7E. Windows color (decimal): -4433000 or 9984956. OLE color: 9984956.

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

Color convert

RGB18891152-
CMYK00.520.190.26
HSL322.27º41.99%54.71%-
HSV(B)322.27º51.6%73.73%-
XYZ30.1520.4432.06-
YUV126.96142.14171.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 152 (59.77% from 255) = 35.27%
R=43.62%
G=21.11%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889115200.520.190.26322.2741.9954.71
HexBC5B98034131A1422a37
Octal27413323006423325025267
Binary1011110010110111001100001101001001111010101000010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5B98; }

 p { color: rgb(188,91,152); }

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

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

 a { background-color: rgb(188,91,152); }

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

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

 span { border-color: rgb(188,91,152); }

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