#BC4A83

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

Shades of Mulberry #BC4A83

Tints of Mulberry #BC4A83

Color information

#BC4A83 (or 0xBC4A83) is unknown color: approx Mulberry. HEX triplet: BC, 4A and 83. RGB value is (188,74,131). Sum of RGB (Red+Green+Blue) = 188+74+131=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4A83 is #43B57C. Grayscale: #727272. Windows color (decimal): -4437373 or 8604348. OLE color: 8604348.

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

Color convert

RGB18874131-
CMYK00.610.300.26
HSL330º45.97%51.37%-
HSV(B)330º60.64%73.73%-
XYZ27.2817.2323.36-
YUV114.58137.27180.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.84%
GREEN value IS 74 (29.30% from 255) = 18.83%
BLUE value IS 131 (51.56% from 255) = 33.33%
R=47.84%
G=18.83%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887413100.610.300.2633045.9751.37
HexBC4A8303D1E1A14a2e33
Octal27411220307536325125663
Binary1011110010010101000001101111011111011010101001010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4A83; }

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

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

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

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

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

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

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

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