#BF539D

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

Shades of Mulberry #BF539D

Tints of Mulberry #BF539D

Color information

#BF539D (or 0xBF539D) is unknown color: approx Mulberry. HEX triplet: BF, 53 and 9D. RGB value is (191,83,157). Sum of RGB (Red+Green+Blue) = 191+83+157=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF539D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF539D is #40AC62. Grayscale: #7B7B7B. Windows color (decimal): -4238435 or 10310591. OLE color: 10310591.

HSL color Cylindrical-coordinate representation of color #BF539D: hue angle of 318.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF539D is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB19183157-
CMYK00.570.180.25
HSL318.89º45.76%53.73%-
HSV(B)318.89º56.54%74.9%-
XYZ30.6619.734.08-
YUV123.73146.78175.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 83 (32.81% from 255) = 19.26%
BLUE value IS 157 (61.72% from 255) = 36.43%
R=44.32%
G=19.26%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918315700.570.180.25318.8945.7653.73
HexBF539D039121913f2e36
Octal27712323507122314775666
Binary1011111110100111001110101110011001011001100111111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF539D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF539D; }

 p { color: rgb(191,83,157); }

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

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

 a { background-color: rgb(191,83,157); }

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

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

 span { border-color: rgb(191,83,157); }

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