#BC43A2

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

Shades of Mulberry #BC43A2

Tints of Mulberry #BC43A2

Color information

#BC43A2 (or 0xBC43A2) is unknown color: approx Mulberry. HEX triplet: BC, 43 and A2. RGB value is (188,67,162). Sum of RGB (Red+Green+Blue) = 188+67+162=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC43A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC43A2 is #43BC5D. Grayscale: #717171. Windows color (decimal): -4439134 or 10634172. OLE color: 10634172.

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

Color convert

RGB18867162-
CMYK00.640.140.26
HSL312.89º47.45%50%-
HSV(B)312.89º64.36%73.73%-
XYZ29.2717.3135.98-
YUV114.01155.09180.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 67 (26.56% from 255) = 16.07%
BLUE value IS 162 (63.67% from 255) = 38.85%
R=45.08%
G=16.07%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886716200.640.140.26312.8947.4550
HexBC43A2040E1A1392f32
Octal274103242010016324715762
Binary1011110010000111010001001000000111011010100111001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC43A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC43A2; }

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

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

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

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

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

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

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

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