#BC4384

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

Shades of Mulberry #BC4384

Tints of Mulberry #BC4384

Color information

#BC4384 (or 0xBC4384) is unknown color: approx Mulberry. HEX triplet: BC, 43 and 84. RGB value is (188,67,132). Sum of RGB (Red+Green+Blue) = 188+67+132=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4384 is #43BC7B. Grayscale: #6E6E6E. Windows color (decimal): -4439164 or 8668092. OLE color: 8668092.

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

Color convert

RGB18867132-
CMYK00.640.300.26
HSL327.77º47.45%50%-
HSV(B)327.77º64.36%73.73%-
XYZ26.9116.3723.57-
YUV110.59140.09183.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.58%
GREEN value IS 67 (26.56% from 255) = 17.31%
BLUE value IS 132 (51.95% from 255) = 34.11%
R=48.58%
G=17.31%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886713200.640.300.26327.7747.4550
HexBC43840401E1A1482f32
Octal274103204010036325105762
Binary10111100100001110000100010000001111011010101001000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4384; }

 p { color: rgb(188,67,132); }

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

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

 a { background-color: rgb(188,67,132); }

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

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

 span { border-color: rgb(188,67,132); }

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