#BF529E

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

Shades of Mulberry #BF529E

Tints of Mulberry #BF529E

Color information

#BF529E (or 0xBF529E) is unknown color: approx Mulberry. HEX triplet: BF, 52 and 9E. RGB value is (191,82,158). Sum of RGB (Red+Green+Blue) = 191+82+158=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF529E is #40AD61. Grayscale: #7B7B7B. Windows color (decimal): -4238690 or 10375871. OLE color: 10375871.

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

Color convert

RGB19182158-
CMYK00.570.170.25
HSL318.17º45.99%53.53%-
HSV(B)318.17º57.07%74.9%-
XYZ30.6719.5834.51-
YUV123.26147.61176.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 82 (32.42% from 255) = 19.03%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=44.32%
G=19.03%
B=36.66%

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
Decimal1918215800.570.170.25318.1745.9953.53
HexBF529E039111913e2e36
Octal27712223607121314765666
Binary1011111110100101001111001110011000111001100111110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF529E; }

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

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

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

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

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

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

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

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