#BF58A3

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

Shades of Mulberry #BF58A3

Tints of Mulberry #BF58A3

Color information

#BF58A3 (or 0xBF58A3) is unknown color: approx Mulberry. HEX triplet: BF, 58 and A3. RGB value is (191,88,163). Sum of RGB (Red+Green+Blue) = 191+88+163=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 163 (64.06% from 255 or 36.88% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF58A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF58A3 is #40A75C. Grayscale: #7F7F7F. Windows color (decimal): -4237149 or 10705087. OLE color: 10705087.

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

Color convert

RGB19188163-
CMYK00.540.150.25
HSL316.31º44.59%54.71%-
HSV(B)316.31º53.93%74.9%-
XYZ31.5920.736.98-
YUV127.35148.12173.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 88 (34.77% from 255) = 19.91%
BLUE value IS 163 (64.06% from 255) = 36.88%
R=43.21%
G=19.91%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918816300.540.150.25316.3144.5954.71
HexBF58A3036F1913c2d37
Octal27713024306617314745567
Binary101111111011000101000110110110111111001100111100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF58A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF58A3; }

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

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

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

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

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

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

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

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