#BF588E

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

Shades of Mulberry #BF588E

Tints of Mulberry #BF588E

Color information

#BF588E (or 0xBF588E) is unknown color: approx Mulberry. HEX triplet: BF, 58 and 8E. RGB value is (191,88,142). Sum of RGB (Red+Green+Blue) = 191+88+142=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF588E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF588E is #40A771. Grayscale: #7C7C7C. Windows color (decimal): -4237170 or 9328831. OLE color: 9328831.

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

Color convert

RGB19188142-
CMYK00.540.260.25
HSL328.54º44.59%54.71%-
HSV(B)328.54º53.93%74.9%-
XYZ29.8620.0127.88-
YUV124.95137.62175.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 88 (34.77% from 255) = 20.90%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=45.37%
G=20.90%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918814200.540.260.25328.5444.5954.71
HexBF588E0361A191492d37
Octal27713021606632315115567
Binary1011111110110001000111001101101101011001101001001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF588E; }

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

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

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

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

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

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

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

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