#BF42A5

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

Shades of Mulberry #BF42A5

Tints of Mulberry #BF42A5

Color information

#BF42A5 (or 0xBF42A5) is unknown color: approx Mulberry. HEX triplet: BF, 42 and A5. RGB value is (191,66,165). Sum of RGB (Red+Green+Blue) = 191+66+165=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF42A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF42A5 is #40BD5A. Grayscale: #727272. Windows color (decimal): -4242779 or 10830527. OLE color: 10830527.

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

Color convert

RGB19166165-
CMYK00.650.140.25
HSL312.48º49.41%50.39%-
HSV(B)312.48º65.45%74.9%-
XYZ30.2317.6937.42-
YUV114.66156.41182.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 66 (26.17% from 255) = 15.64%
BLUE value IS 165 (64.84% from 255) = 39.10%
R=45.26%
G=15.64%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916616500.650.140.25312.4849.4150.39
HexBF42A5041E191383132
Octal277102245010116314706162
Binary1011111110000101010010101000001111011001100111000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF42A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF42A5; }

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

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

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

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

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

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

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

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