#BF58A5

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

Shades of Mulberry #BF58A5

Tints of Mulberry #BF58A5

Color information

#BF58A5 (or 0xBF58A5) is unknown color: approx Mulberry. HEX triplet: BF, 58 and A5. RGB value is (191,88,165). Sum of RGB (Red+Green+Blue) = 191+88+165=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF58A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF58A5 is #40A75A. Grayscale: #7F7F7F. Windows color (decimal): -4237147 or 10836159. OLE color: 10836159.

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

Color convert

RGB19188165-
CMYK00.540.140.25
HSL315.15º44.59%54.71%-
HSV(B)315.15º53.93%74.9%-
XYZ31.7720.7737.93-
YUV127.57149.12173.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 88 (34.77% from 255) = 19.82%
BLUE value IS 165 (64.84% from 255) = 37.16%
R=43.02%
G=19.82%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918816500.540.140.25315.1544.5954.71
HexBF58A5036E1913b2d37
Octal27713024506616314735567
Binary101111111011000101001010110110111011001100111011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF58A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF58A5; }

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

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

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

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

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

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

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

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