#BF5093

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

Shades of Mulberry #BF5093

Tints of Mulberry #BF5093

Color information

#BF5093 (or 0xBF5093) is unknown color: approx Mulberry. HEX triplet: BF, 50 and 93. RGB value is (191,80,147). Sum of RGB (Red+Green+Blue) = 191+80+147=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5093 is #40AF6C. Grayscale: #787878. Windows color (decimal): -4239213 or 9654463. OLE color: 9654463.

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

Color convert

RGB19180147-
CMYK00.580.230.25
HSL323.78º46.44%53.14%-
HSV(B)323.78º58.12%74.9%-
XYZ29.6218.9229.69-
YUV120.83142.77178.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 80 (31.64% from 255) = 19.14%
BLUE value IS 147 (57.81% from 255) = 35.17%
R=45.69%
G=19.14%
B=35.17%

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
Decimal1918014700.580.230.25323.7846.4453.14
HexBF509303A17191442e35
Octal27712022307227315045665
Binary1011111110100001001001101110101011111001101000100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5093; }

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

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

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

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

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

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

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

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