#BF3F94

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

Shades of Mulberry #BF3F94

Tints of Mulberry #BF3F94

Color information

#BF3F94 (or 0xBF3F94) is unknown color: approx Mulberry. HEX triplet: BF, 3F and 94. RGB value is (191,63,148). Sum of RGB (Red+Green+Blue) = 191+63+148=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3F94 is #40C06B. Grayscale: #6E6E6E. Windows color (decimal): -4243564 or 9715647. OLE color: 9715647.

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

Color convert

RGB19163148-
CMYK00.670.230.25
HSL320.16º50.39%49.8%-
HSV(B)320.16º67.02%74.9%-
XYZ28.6116.7729.75-
YUV110.96148.91185.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 63 (25% from 255) = 15.67%
BLUE value IS 148 (58.20% from 255) = 36.82%
R=47.51%
G=15.67%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916314800.670.230.25320.1650.3949.8
HexBF3F9404317191403232
Octal27777224010327315006262
Binary1011111111111110010100010000111011111001101000000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F94; }

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

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

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

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

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

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

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

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