#BF5590

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

Shades of Mulberry #BF5590

Tints of Mulberry #BF5590

Color information

#BF5590 (or 0xBF5590) is unknown color: approx Mulberry. HEX triplet: BF, 55 and 90. RGB value is (191,85,144). Sum of RGB (Red+Green+Blue) = 191+85+144=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5590 is #40AA6F. Grayscale: #7B7B7B. Windows color (decimal): -4237936 or 9459135. OLE color: 9459135.

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

Color convert

RGB19185144-
CMYK00.550.250.25
HSL326.6º45.3%54.12%-
HSV(B)326.6º55.5%74.9%-
XYZ29.7719.5928.6-
YUV123.42139.62176.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 85 (33.59% from 255) = 20.24%
BLUE value IS 144 (56.64% from 255) = 34.29%
R=45.48%
G=20.24%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918514400.550.250.25326.645.354.12
HexBF559003719191472d36
Octal27712522006731315075566
Binary1011111110101011001000001101111100111001101000111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5590; }

 p { color: rgb(191,85,144); }

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

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

 a { background-color: rgb(191,85,144); }

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

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

 span { border-color: rgb(191,85,144); }

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