#BF4599

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

Shades of Mulberry #BF4599

Tints of Mulberry #BF4599

Color information

#BF4599 (or 0xBF4599) is unknown color: approx Mulberry. HEX triplet: BF, 45 and 99. RGB value is (191,69,153). Sum of RGB (Red+Green+Blue) = 191+69+153=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4599 is #40BA66. Grayscale: #727272. Windows color (decimal): -4242023 or 10044863. OLE color: 10044863.

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

Color convert

RGB19169153-
CMYK00.640.200.25
HSL318.69º48.8%50.98%-
HSV(B)318.69º63.87%74.9%-
XYZ29.3617.6331.99-
YUV115.05149.42182.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 69 (27.34% from 255) = 16.71%
BLUE value IS 153 (60.16% from 255) = 37.05%
R=46.25%
G=16.71%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916915300.640.200.25318.6948.850.98
HexBF4599040141913f3133
Octal277105231010024314776163
Binary10111111100010110011001010000001010011001100111111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4599; }

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

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

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

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

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

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

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

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