#BC439A

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

Shades of Mulberry #BC439A

Tints of Mulberry #BC439A

Color information

#BC439A (or 0xBC439A) is unknown color: approx Mulberry. HEX triplet: BC, 43 and 9A. RGB value is (188,67,154). Sum of RGB (Red+Green+Blue) = 188+67+154=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC439A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC439A is #43BC65. Grayscale: #707070. Windows color (decimal): -4439142 or 10109884. OLE color: 10109884.

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

Color convert

RGB18867154-
CMYK00.640.180.26
HSL316.86º47.45%50%-
HSV(B)316.86º64.36%73.73%-
XYZ28.5817.0432.35-
YUV113.1151.09181.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.97%
GREEN value IS 67 (26.56% from 255) = 16.38%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=45.97%
G=16.38%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886715400.640.180.26316.8647.4550
HexBC439A040121A13d2f32
Octal274103232010022324755762
Binary10111100100001110011010010000001001011010100111101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC439A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC439A; }

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

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

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

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

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

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

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

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