#BF42A1

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

Shades of Mulberry #BF42A1

Tints of Mulberry #BF42A1

Color information

#BF42A1 (or 0xBF42A1) is unknown color: approx Mulberry. HEX triplet: BF, 42 and A1. RGB value is (191,66,161). Sum of RGB (Red+Green+Blue) = 191+66+161=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF42A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF42A1 is #40BD5E. Grayscale: #717171. Windows color (decimal): -4242783 or 10568383. OLE color: 10568383.

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

Color convert

RGB19166161-
CMYK00.650.160.25
HSL314.4º49.41%50.39%-
HSV(B)314.4º65.45%74.9%-
XYZ29.8717.5535.53-
YUV114.2154.41182.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 66 (26.17% from 255) = 15.79%
BLUE value IS 161 (63.28% from 255) = 38.52%
R=45.69%
G=15.79%
B=38.52%

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
Decimal1916616100.650.160.25314.449.4150.39
HexBF42A1041101913a3132
Octal277102241010120314726162
Binary10111111100001010100001010000011000011001100111010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF42A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF42A1; }

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

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

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

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

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

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

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

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