#BF4090

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

Shades of Mulberry #BF4090

Tints of Mulberry #BF4090

Color information

#BF4090 (or 0xBF4090) is unknown color: approx Mulberry. HEX triplet: BF, 40 and 90. RGB value is (191,64,144). Sum of RGB (Red+Green+Blue) = 191+64+144=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4090 is #40BF6F. Grayscale: #6E6E6E. Windows color (decimal): -4243312 or 9453759. OLE color: 9453759.

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

Color convert

RGB19164144-
CMYK00.660.250.25
HSL322.2º49.8%50%-
HSV(B)322.2º66.49%74.9%-
XYZ28.3516.7628.13-
YUV111.09146.58185-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 64 (25.39% from 255) = 16.04%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=47.87%
G=16.04%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916414400.660.250.25322.249.850
HexBF409004219191423232
Octal277100220010231315026262
Binary10111111100000010010000010000101100111001101000010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4090; }

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

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

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

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

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

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

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

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