#BF4596

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

Shades of Mulberry #BF4596

Tints of Mulberry #BF4596

Color information

#BF4596 (or 0xBF4596) is unknown color: approx Mulberry. HEX triplet: BF, 45 and 96. RGB value is (191,69,150). Sum of RGB (Red+Green+Blue) = 191+69+150=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4596 is #40BA69. Grayscale: #727272. Windows color (decimal): -4242026 or 9848255. OLE color: 9848255.

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

Color convert

RGB19169150-
CMYK00.640.210.25
HSL320.16º48.8%50.98%-
HSV(B)320.16º63.87%74.9%-
XYZ29.1217.5330.7-
YUV114.71147.92182.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.59%
GREEN value IS 69 (27.34% from 255) = 16.83%
BLUE value IS 150 (58.98% from 255) = 36.59%
R=46.59%
G=16.83%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916915000.640.210.25320.1648.850.98
HexBF459604015191403133
Octal277105226010025315006163
Binary10111111100010110010110010000001010111001101000000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4596; }

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

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

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

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

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

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

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

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