#BC5183

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

Shades of Mulberry #BC5183

Tints of Mulberry #BC5183

Color information

#BC5183 (or 0xBC5183) is unknown color: approx Mulberry. HEX triplet: BC, 51 and 83. RGB value is (188,81,131). Sum of RGB (Red+Green+Blue) = 188+81+131=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5183 is #43AE7C. Grayscale: #767676. Windows color (decimal): -4435581 or 8606140. OLE color: 8606140.

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

Color convert

RGB18881131-
CMYK00.570.300.26
HSL331.96º44.4%52.75%-
HSV(B)331.96º56.91%73.73%-
XYZ27.7818.2123.52-
YUV118.69134.95177.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47%
GREEN value IS 81 (32.03% from 255) = 20.25%
BLUE value IS 131 (51.56% from 255) = 32.75%
R=47%
G=20.25%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888113100.570.300.26331.9644.452.75
HexBC51830391E1A14c2c35
Octal27412120307136325145465
Binary1011110010100011000001101110011111011010101001100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5183; }

 p { color: rgb(188,81,131); }

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

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

 a { background-color: rgb(188,81,131); }

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

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

 span { border-color: rgb(188,81,131); }

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