#BF5493

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

Shades of Mulberry #BF5493

Tints of Mulberry #BF5493

Color information

#BF5493 (or 0xBF5493) is unknown color: approx Mulberry. HEX triplet: BF, 54 and 93. RGB value is (191,84,147). Sum of RGB (Red+Green+Blue) = 191+84+147=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5493 is #40AB6C. Grayscale: #7B7B7B. Windows color (decimal): -4238189 or 9655487. OLE color: 9655487.

HSL color Cylindrical-coordinate representation of color #BF5493: hue angle of 324.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF5493 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB19184147-
CMYK00.560.230.25
HSL324.67º45.53%53.92%-
HSV(B)324.67º56.02%74.9%-
XYZ29.9219.5229.8-
YUV123.18141.45176.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 84 (33.20% from 255) = 19.91%
BLUE value IS 147 (57.81% from 255) = 34.83%
R=45.26%
G=19.91%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918414700.560.230.25324.6745.5353.92
HexBF549303817191452e36
Octal27712422307027315055666
Binary1011111110101001001001101110001011111001101000101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5493; }

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

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

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

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

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

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

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

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