#BF539E

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

Shades of Mulberry #BF539E

Tints of Mulberry #BF539E

Color information

#BF539E (or 0xBF539E) is unknown color: approx Mulberry. HEX triplet: BF, 53 and 9E. RGB value is (191,83,158). Sum of RGB (Red+Green+Blue) = 191+83+158=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF539E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF539E is #40AC61. Grayscale: #7B7B7B. Windows color (decimal): -4238434 or 10376127. OLE color: 10376127.

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

Color convert

RGB19183158-
CMYK00.570.170.25
HSL318.33º45.76%53.73%-
HSV(B)318.33º56.54%74.9%-
XYZ30.7519.7334.54-
YUV123.84147.28175.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 83 (32.81% from 255) = 19.21%
BLUE value IS 158 (62.11% from 255) = 36.57%
R=44.21%
G=19.21%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918315800.570.170.25318.3345.7653.73
HexBF539E039111913e2e36
Octal27712323607121314765666
Binary1011111110100111001111001110011000111001100111110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF539E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF539E; }

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

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

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

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

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

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

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

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