#BF40A1

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

Shades of Mulberry #BF40A1

Tints of Mulberry #BF40A1

Color information

#BF40A1 (or 0xBF40A1) is unknown color: approx Mulberry. HEX triplet: BF, 40 and A1. RGB value is (191,64,161). Sum of RGB (Red+Green+Blue) = 191+64+161=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF40A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF40A1 is #40BF5E. Grayscale: #707070. Windows color (decimal): -4243295 or 10567871. OLE color: 10567871.

HSL color Cylindrical-coordinate representation of color #BF40A1: hue angle of 314.17º 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 #BF40A1 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB19164161-
CMYK00.660.160.25
HSL314.17º49.8%50%-
HSV(B)314.17º66.49%74.9%-
XYZ29.7517.3235.49-
YUV113.03155.08183.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 64 (25.39% from 255) = 15.38%
BLUE value IS 161 (63.28% from 255) = 38.70%
R=45.91%
G=15.38%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916416100.660.160.25314.1749.850
HexBF40A1042101913a3232
Octal277100241010220314726262
Binary10111111100000010100001010000101000011001100111010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF40A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF40A1; }

 p { color: rgb(191,64,161); }

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

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

 a { background-color: rgb(191,64,161); }

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

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

 span { border-color: rgb(191,64,161); }

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