#BC438C

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

Shades of Mulberry #BC438C

Tints of Mulberry #BC438C

Color information

#BC438C (or 0xBC438C) is unknown color: approx Mulberry. HEX triplet: BC, 43 and 8C. RGB value is (188,67,140). Sum of RGB (Red+Green+Blue) = 188+67+140=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC438C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC438C is #43BC73. Grayscale: #6F6F6F. Windows color (decimal): -4439156 or 9192380. OLE color: 9192380.

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

Color convert

RGB18867140-
CMYK00.640.260.26
HSL323.8º47.45%50%-
HSV(B)323.8º64.36%73.73%-
XYZ27.4816.626.57-
YUV111.5144.09182.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.59%
GREEN value IS 67 (26.56% from 255) = 16.96%
BLUE value IS 140 (55.08% from 255) = 35.44%
R=47.59%
G=16.96%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886714000.640.260.26323.847.4550
HexBC438C0401A1A1442f32
Octal274103214010032325045762
Binary10111100100001110001100010000001101011010101000100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC438C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC438C; }

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

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

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

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

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

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

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

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