#BF5094

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

Shades of Mulberry #BF5094

Tints of Mulberry #BF5094

Color information

#BF5094 (or 0xBF5094) is unknown color: approx Mulberry. HEX triplet: BF, 50 and 94. RGB value is (191,80,148). Sum of RGB (Red+Green+Blue) = 191+80+148=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5094 is #40AF6B. Grayscale: #787878. Windows color (decimal): -4239212 or 9719999. OLE color: 9719999.

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

Color convert

RGB19180148-
CMYK00.580.230.25
HSL323.24º46.44%53.14%-
HSV(B)323.24º58.12%74.9%-
XYZ29.718.9530.11-
YUV120.94143.27177.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 80 (31.64% from 255) = 19.09%
BLUE value IS 148 (58.20% from 255) = 35.32%
R=45.58%
G=19.09%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918014800.580.230.25323.2446.4453.14
HexBF509403A17191432e35
Octal27712022407227315035665
Binary1011111110100001001010001110101011111001101000011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5094; }

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

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

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

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

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

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

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

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