#BF4585

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

Shades of Mulberry #BF4585

Tints of Mulberry #BF4585

Color information

#BF4585 (or 0xBF4585) is unknown color: approx Mulberry. HEX triplet: BF, 45 and 85. RGB value is (191,69,133). Sum of RGB (Red+Green+Blue) = 191+69+133=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4585 is #40BA7A. Grayscale: #707070. Windows color (decimal): -4242043 or 8734143. OLE color: 8734143.

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

Color convert

RGB19169133-
CMYK00.640.300.25
HSL328.52º48.8%50.98%-
HSV(B)328.52º63.87%74.9%-
XYZ27.8517.0324.01-
YUV112.77139.42183.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 69 (27.34% from 255) = 17.56%
BLUE value IS 133 (52.34% from 255) = 33.84%
R=48.60%
G=17.56%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916913300.640.300.25328.5248.850.98
HexBF45850401E191493133
Octal277105205010036315116163
Binary10111111100010110000101010000001111011001101001001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4585; }

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

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

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

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

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

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

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

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