#BC41A4

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

Shades of Mulberry #BC41A4

Tints of Mulberry #BC41A4

Color information

#BC41A4 (or 0xBC41A4) is unknown color: approx Mulberry. HEX triplet: BC, 41 and A4. RGB value is (188,65,164). Sum of RGB (Red+Green+Blue) = 188+65+164=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC41A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC41A4 is #43BE5B. Grayscale: #707070. Windows color (decimal): -4439644 or 10764732. OLE color: 10764732.

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

Color convert

RGB18865164-
CMYK00.650.130.26
HSL311.71º48.62%49.61%-
HSV(B)311.71º65.43%73.73%-
XYZ29.3317.1536.89-
YUV113.06156.75181.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 65 (25.78% from 255) = 15.59%
BLUE value IS 164 (64.45% from 255) = 39.33%
R=45.08%
G=15.59%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886516400.650.130.26311.7148.6249.61
HexBC41A4041D1A1383132
Octal274101244010115324706162
Binary1011110010000011010010001000001110111010100111000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC41A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC41A4; }

 p { color: rgb(188,65,164); }

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

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

 a { background-color: rgb(188,65,164); }

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

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

 span { border-color: rgb(188,65,164); }

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