#BF44A3

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

Shades of Mulberry #BF44A3

Tints of Mulberry #BF44A3

Color information

#BF44A3 (or 0xBF44A3) is unknown color: approx Mulberry. HEX triplet: BF, 44 and A3. RGB value is (191,68,163). Sum of RGB (Red+Green+Blue) = 191+68+163=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF44A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF44A3 is #40BB5C. Grayscale: #737373. Windows color (decimal): -4242269 or 10699967. OLE color: 10699967.

HSL color Cylindrical-coordinate representation of color #BF44A3: hue angle of 313.66º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF44A3 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB19168163-
CMYK00.640.150.25
HSL313.66º49%50.78%-
HSV(B)313.66º64.4%74.9%-
XYZ30.1617.8536.51-
YUV115.61154.75181.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 68 (26.95% from 255) = 16.11%
BLUE value IS 163 (64.06% from 255) = 38.63%
R=45.26%
G=16.11%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916816300.640.150.25313.664950.78
HexBF44A3040F1913a3133
Octal277104243010017314726163
Binary1011111110001001010001101000000111111001100111010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF44A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF44A3; }

 p { color: rgb(191,68,163); }

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

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

 a { background-color: rgb(191,68,163); }

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

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

 span { border-color: rgb(191,68,163); }

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