#BF40A2

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

Shades of Mulberry #BF40A2

Tints of Mulberry #BF40A2

Color information

#BF40A2 (or 0xBF40A2) is unknown color: approx Mulberry. HEX triplet: BF, 40 and A2. RGB value is (191,64,162). Sum of RGB (Red+Green+Blue) = 191+64+162=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF40A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF40A2 is #40BF5D. Grayscale: #707070. Windows color (decimal): -4243294 or 10633407. OLE color: 10633407.

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

Color convert

RGB19164162-
CMYK00.660.150.25
HSL313.7º49.8%50%-
HSV(B)313.7º66.49%74.9%-
XYZ29.8417.3535.96-
YUV113.14155.58183.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 64 (25.39% from 255) = 15.35%
BLUE value IS 162 (63.67% from 255) = 38.85%
R=45.80%
G=15.35%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916416200.660.150.25313.749.850
HexBF40A2042F1913a3232
Octal277100242010217314726262
Binary1011111110000001010001001000010111111001100111010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF40A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF40A2; }

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

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

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

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

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

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

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

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