#BC5281

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

Shades of Mulberry #BC5281

Tints of Mulberry #BC5281

Color information

#BC5281 (or 0xBC5281) is unknown color: approx Mulberry. HEX triplet: BC, 52 and 81. RGB value is (188,82,129). Sum of RGB (Red+Green+Blue) = 188+82+129=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5281 is #43AD7E. Grayscale: #767676. Windows color (decimal): -4435327 or 8475324. OLE color: 8475324.

HSL color Cylindrical-coordinate representation of color #BC5281: hue angle of 333.4º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5281 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB18882129-
CMYK00.560.310.26
HSL333.4º44.17%52.94%-
HSV(B)333.4º56.38%73.73%-
XYZ27.7218.3122.84-
YUV119.05133.62177.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 129 (50.78% from 255) = 32.33%
R=47.12%
G=20.55%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888212900.560.310.26333.444.1752.94
HexBC52810381F1A14d2c35
Octal27412220107037325155465
Binary1011110010100101000000101110001111111010101001101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5281; }

 p { color: rgb(188,82,129); }

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

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

 a { background-color: rgb(188,82,129); }

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

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

 span { border-color: rgb(188,82,129); }

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