#BF43A1

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

Shades of Mulberry #BF43A1

Tints of Mulberry #BF43A1

Color information

#BF43A1 (or 0xBF43A1) is unknown color: approx Mulberry. HEX triplet: BF, 43 and A1. RGB value is (191,67,161). Sum of RGB (Red+Green+Blue) = 191+67+161=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF43A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF43A1 is #40BC5E. Grayscale: #727272. Windows color (decimal): -4242527 or 10568639. OLE color: 10568639.

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

Color convert

RGB19167161-
CMYK00.650.160.25
HSL314.52º49.21%50.59%-
HSV(B)314.52º64.92%74.9%-
XYZ29.9317.6635.55-
YUV114.79154.08182.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 67 (26.56% from 255) = 15.99%
BLUE value IS 161 (63.28% from 255) = 38.42%
R=45.58%
G=15.99%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916716100.650.160.25314.5249.2150.59
HexBF43A1041101913b3133
Octal277103241010120314736163
Binary10111111100001110100001010000011000011001100111011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF43A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF43A1; }

 p { color: rgb(191,67,161); }

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

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

 a { background-color: rgb(191,67,161); }

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

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

 span { border-color: rgb(191,67,161); }

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