#BF5985

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

Shades of Mulberry #BF5985

Tints of Mulberry #BF5985

Color information

#BF5985 (or 0xBF5985) is unknown color: approx Mulberry. HEX triplet: BF, 59 and 85. RGB value is (191,89,133). Sum of RGB (Red+Green+Blue) = 191+89+133=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5985 is #40A67A. Grayscale: #7C7C7C. Windows color (decimal): -4236923 or 8739263. OLE color: 8739263.

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

Color convert

RGB19189133-
CMYK00.530.300.25
HSL334.12º44.35%54.9%-
HSV(B)334.12º53.4%74.9%-
XYZ29.2919.9124.49-
YUV124.51132.79175.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 89 (35.16% from 255) = 21.55%
BLUE value IS 133 (52.34% from 255) = 32.20%
R=46.25%
G=21.55%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918913300.530.300.25334.1244.3554.9
HexBF59850351E1914e2c37
Octal27713120506536315165467
Binary1011111110110011000010101101011111011001101001110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5985; }

 p { color: rgb(191,89,133); }

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

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

 a { background-color: rgb(191,89,133); }

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

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

 span { border-color: rgb(191,89,133); }

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