#BF5385

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

Shades of Mulberry #BF5385

Tints of Mulberry #BF5385

Color information

#BF5385 (or 0xBF5385) is unknown color: approx Mulberry. HEX triplet: BF, 53 and 85. RGB value is (191,83,133). Sum of RGB (Red+Green+Blue) = 191+83+133=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5385 is #40AC7A. Grayscale: #787878. Windows color (decimal): -4238459 or 8737727. OLE color: 8737727.

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

Color convert

RGB19183133-
CMYK00.570.300.25
HSL332.22º45.76%53.73%-
HSV(B)332.22º56.54%74.9%-
XYZ28.8118.9624.33-
YUV120.99134.78177.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 83 (32.81% from 255) = 20.39%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=46.93%
G=20.39%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918313300.570.300.25332.2245.7653.73
HexBF53850391E1914c2e36
Octal27712320507136315145666
Binary1011111110100111000010101110011111011001101001100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5385; }

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

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

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

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

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

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

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

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