#BF40A5

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

Shades of Mulberry #BF40A5

Tints of Mulberry #BF40A5

Color information

#BF40A5 (or 0xBF40A5) is unknown color: approx Mulberry. HEX triplet: BF, 40 and A5. RGB value is (191,64,165). Sum of RGB (Red+Green+Blue) = 191+64+165=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF40A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF40A5 is #40BF5A. Grayscale: #717171. Windows color (decimal): -4243291 or 10830015. OLE color: 10830015.

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

Color convert

RGB19164165-
CMYK00.660.140.25
HSL312.28º49.8%50%-
HSV(B)312.28º66.49%74.9%-
XYZ30.1117.4637.38-
YUV113.49157.08183.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 64 (25.39% from 255) = 15.24%
BLUE value IS 165 (64.84% from 255) = 39.29%
R=45.48%
G=15.24%
B=39.29%

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
Decimal1916416500.660.140.25312.2849.850
HexBF40A5042E191383232
Octal277100245010216314706262
Binary1011111110000001010010101000010111011001100111000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF40A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF40A5; }

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

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

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

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

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

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

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

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