#BF4593

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

Shades of Mulberry #BF4593

Tints of Mulberry #BF4593

Color information

#BF4593 (or 0xBF4593) is unknown color: approx Mulberry. HEX triplet: BF, 45 and 93. RGB value is (191,69,147). Sum of RGB (Red+Green+Blue) = 191+69+147=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4593 is #40BA6C. Grayscale: #727272. Windows color (decimal): -4242029 or 9651647. OLE color: 9651647.

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

Color convert

RGB19169147-
CMYK00.640.230.25
HSL321.64º48.8%50.98%-
HSV(B)321.64º63.87%74.9%-
XYZ28.8817.4429.45-
YUV114.37146.42182.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 69 (27.34% from 255) = 16.95%
BLUE value IS 147 (57.81% from 255) = 36.12%
R=46.93%
G=16.95%
B=36.12%

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
Decimal1916914700.640.230.25321.6448.850.98
HexBF459304017191423133
Octal277105223010027315026163
Binary10111111100010110010011010000001011111001101000010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4593; }

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

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

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

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

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

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

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

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