#BF3FA6

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

Shades of Mulberry #BF3FA6

Tints of Mulberry #BF3FA6

Color information

#BF3FA6 (or 0xBF3FA6) is unknown color: approx Mulberry. HEX triplet: BF, 3F and A6. RGB value is (191,63,166). Sum of RGB (Red+Green+Blue) = 191+63+166=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3FA6 is #40C059. Grayscale: #707070. Windows color (decimal): -4243546 or 10895295. OLE color: 10895295.

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

Color convert

RGB19163166-
CMYK00.670.130.25
HSL311.72º50.39%49.8%-
HSV(B)311.72º67.02%74.9%-
XYZ30.1517.3837.84-
YUV113.01157.91183.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 63 (25% from 255) = 15%
BLUE value IS 166 (65.23% from 255) = 39.52%
R=45.48%
G=15%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916316600.670.130.25311.7250.3949.8
HexBF3FA6043D191383232
Octal27777246010315314706262
Binary101111111111111010011001000011110111001100111000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3FA6; }

 p { color: rgb(191,63,166); }

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

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

 a { background-color: rgb(191,63,166); }

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

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

 span { border-color: rgb(191,63,166); }

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