#BF41A4

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

Shades of Mulberry #BF41A4

Tints of Mulberry #BF41A4

Color information

#BF41A4 (or 0xBF41A4) is unknown color: approx Mulberry. HEX triplet: BF, 41 and A4. RGB value is (191,65,164). Sum of RGB (Red+Green+Blue) = 191+65+164=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF41A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF41A4 is #40BE5B. Grayscale: #717171. Windows color (decimal): -4243036 or 10764735. OLE color: 10764735.

HSL color Cylindrical-coordinate representation of color #BF41A4: hue angle of 312.86º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF41A4 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB19165164-
CMYK00.660.140.25
HSL312.86º49.61%50.2%-
HSV(B)312.86º65.97%74.9%-
XYZ30.0817.5436.92-
YUV113.96156.24182.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 65 (25.78% from 255) = 15.48%
BLUE value IS 164 (64.45% from 255) = 39.05%
R=45.48%
G=15.48%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916516400.660.140.25312.8649.6150.2
HexBF41A4042E191393232
Octal277101244010216314716262
Binary1011111110000011010010001000010111011001100111001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF41A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF41A4; }

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

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

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

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

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

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

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

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