#BC518F

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

Shades of Mulberry #BC518F

Tints of Mulberry #BC518F

Color information

#BC518F (or 0xBC518F) is unknown color: approx Mulberry. HEX triplet: BC, 51 and 8F. RGB value is (188,81,143). Sum of RGB (Red+Green+Blue) = 188+81+143=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC518F is #43AE70. Grayscale: #777777. Windows color (decimal): -4435569 or 9392572. OLE color: 9392572.

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

Color convert

RGB18881143-
CMYK00.570.240.26
HSL325.23º44.4%52.75%-
HSV(B)325.23º56.91%73.73%-
XYZ28.6418.5628.06-
YUV120.06140.95176.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.63%
GREEN value IS 81 (32.03% from 255) = 19.66%
BLUE value IS 143 (56.25% from 255) = 34.71%
R=45.63%
G=19.66%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888114300.570.240.26325.2344.452.75
HexBC518F039181A1452c35
Octal27412121707130325055465
Binary1011110010100011000111101110011100011010101000101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC518F; }

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

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

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

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

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

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

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

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