#BC518A

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

Shades of Mulberry #BC518A

Tints of Mulberry #BC518A

Color information

#BC518A (or 0xBC518A) is unknown color: approx Mulberry. HEX triplet: BC, 51 and 8A. RGB value is (188,81,138). Sum of RGB (Red+Green+Blue) = 188+81+138=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC518A is #43AE75. Grayscale: #777777. Windows color (decimal): -4435574 or 9064892. OLE color: 9064892.

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

Color convert

RGB18881138-
CMYK00.570.270.26
HSL328.04º44.4%52.75%-
HSV(B)328.04º56.91%73.73%-
XYZ28.2718.4126.11-
YUV119.49138.45176.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.19%
GREEN value IS 81 (32.03% from 255) = 19.90%
BLUE value IS 138 (54.30% from 255) = 33.91%
R=46.19%
G=19.90%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888113800.570.270.26328.0444.452.75
HexBC518A0391B1A1482c35
Octal27412121207133325105465
Binary1011110010100011000101001110011101111010101001000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC518A; }

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

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

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

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

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

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

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

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