#BF5885

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

Shades of Mulberry #BF5885

Tints of Mulberry #BF5885

Color information

#BF5885 (or 0xBF5885) is unknown color: approx Mulberry. HEX triplet: BF, 58 and 85. RGB value is (191,88,133). Sum of RGB (Red+Green+Blue) = 191+88+133=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5885 is #40A77A. Grayscale: #7B7B7B. Windows color (decimal): -4237179 or 8739007. OLE color: 8739007.

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

Color convert

RGB19188133-
CMYK00.540.300.25
HSL333.79º44.59%54.71%-
HSV(B)333.79º53.93%74.9%-
XYZ29.2119.7524.46-
YUV123.93133.12175.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.36%
GREEN value IS 88 (34.77% from 255) = 21.36%
BLUE value IS 133 (52.34% from 255) = 32.28%
R=46.36%
G=21.36%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918813300.540.300.25333.7944.5954.71
HexBF58850361E1914e2d37
Octal27713020506636315165567
Binary1011111110110001000010101101101111011001101001110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5885; }

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

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

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

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

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

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

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

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