#BC5B9B

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

Shades of Mulberry #BC5B9B

Tints of Mulberry #BC5B9B

Color information

#BC5B9B (or 0xBC5B9B) is unknown color: approx Mulberry. HEX triplet: BC, 5B and 9B. RGB value is (188,91,155). Sum of RGB (Red+Green+Blue) = 188+91+155=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5B9B is #43A464. Grayscale: #7F7F7F. Windows color (decimal): -4432997 or 10181564. OLE color: 10181564.

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

Color convert

RGB18891155-
CMYK00.520.180.26
HSL320.41º41.99%54.71%-
HSV(B)320.41º51.6%73.73%-
XYZ30.420.5433.37-
YUV127.3143.64171.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 91 (35.94% from 255) = 20.97%
BLUE value IS 155 (60.94% from 255) = 35.71%
R=43.32%
G=20.97%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889115500.520.180.26320.4141.9954.71
HexBC5B9B034121A1402a37
Octal27413323306422325005267
Binary1011110010110111001101101101001001011010101000000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5B9B; }

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

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

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

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

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

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

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

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