#bc4093

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

Shades of Mulberry #BC4093

Tints of Mulberry #BC4093

Color information

#BC4093 (or 0xBC4093) is unknown color: approx Mulberry. HEX triplet: BC, 40 and 93. RGB value is (188,64,147). Sum of RGB (Red+Green+Blue) = 188+64+147=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4093 is #43BF6C. Grayscale: #6E6E6E. Windows color (decimal): -4439917 or 9650364. OLE color: 9650364.

HSL color Cylindrical-coordinate representation of color #BC4093: hue angle of 319.84º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4093 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB18864147-
CMYK00.660.220.26
HSL319.84º49.21%49.41%-
HSV(B)319.84º65.96%73.73%-
XYZ27.8416.4629.31-
YUV110.54148.58183.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 64 (25.39% from 255) = 16.04%
BLUE value IS 147 (57.81% from 255) = 36.84%
R=47.12%
G=16.04%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886414700.660.220.26319.8449.2149.41
HexBC4093042161A1403131
Octal274100223010226325006161
Binary10111100100000010010011010000101011011010101000000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc4093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc4093; }

 p { color: rgb(188,64,147); }

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

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

 a { background-color: rgb(188,64,147); }

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

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

 span { border-color: rgb(188,64,147); }

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