#BC439F

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

Shades of Mulberry #BC439F

Tints of Mulberry #BC439F

Color information

#BC439F (or 0xBC439F) is unknown color: approx Mulberry. HEX triplet: BC, 43 and 9F. RGB value is (188,67,159). Sum of RGB (Red+Green+Blue) = 188+67+159=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC439F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC439F is #43BC60. Grayscale: #717171. Windows color (decimal): -4439137 or 10437564. OLE color: 10437564.

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

Color convert

RGB18867159-
CMYK00.640.150.26
HSL314.38º47.45%50%-
HSV(B)314.38º64.36%73.73%-
XYZ2917.2134.59-
YUV113.67153.59181.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.41%
GREEN value IS 67 (26.56% from 255) = 16.18%
BLUE value IS 159 (62.5% from 255) = 38.41%
R=45.41%
G=16.18%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886715900.640.150.26314.3847.4550
HexBC439F040F1A13a2f32
Octal274103237010017324725762
Binary1011110010000111001111101000000111111010100111010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC439F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC439F; }

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

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

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

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

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

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

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

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