#BF4594

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

Shades of Mulberry #BF4594

Tints of Mulberry #BF4594

Color information

#BF4594 (or 0xBF4594) is unknown color: approx Mulberry. HEX triplet: BF, 45 and 94. RGB value is (191,69,148). Sum of RGB (Red+Green+Blue) = 191+69+148=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4594 is #40BA6B. Grayscale: #727272. Windows color (decimal): -4242028 or 9717183. OLE color: 9717183.

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

Color convert

RGB19169148-
CMYK00.640.230.25
HSL321.15º48.8%50.98%-
HSV(B)321.15º63.87%74.9%-
XYZ28.9617.4729.86-
YUV114.48146.92182.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.81%
GREEN value IS 69 (27.34% from 255) = 16.91%
BLUE value IS 148 (58.20% from 255) = 36.27%
R=46.81%
G=16.91%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916914800.640.230.25321.1548.850.98
HexBF459404017191413133
Octal277105224010027315016163
Binary10111111100010110010100010000001011111001101000001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4594; }

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

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

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

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

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

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

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

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