#BF5982

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

Shades of Mulberry #BF5982

Tints of Mulberry #BF5982

Color information

#BF5982 (or 0xBF5982) is unknown color: approx Mulberry. HEX triplet: BF, 59 and 82. RGB value is (191,89,130). Sum of RGB (Red+Green+Blue) = 191+89+130=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5982 is #40A67D. Grayscale: #7C7C7C. Windows color (decimal): -4236926 or 8542655. OLE color: 8542655.

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

Color convert

RGB19189130-
CMYK00.530.320.25
HSL335.88º44.35%54.9%-
HSV(B)335.88º53.4%74.9%-
XYZ29.0919.8323.41-
YUV124.17131.29175.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.59%
GREEN value IS 89 (35.16% from 255) = 21.71%
BLUE value IS 130 (51.17% from 255) = 31.71%
R=46.59%
G=21.71%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918913000.530.320.25335.8844.3554.9
HexBF598203520191502c37
Octal27713120206540315205467
Binary10111111101100110000010011010110000011001101010000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5982; }

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

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

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

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

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

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

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

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