#BF5095

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

Shades of Mulberry #BF5095

Tints of Mulberry #BF5095

Color information

#BF5095 (or 0xBF5095) is unknown color: approx Mulberry. HEX triplet: BF, 50 and 95. RGB value is (191,80,149). Sum of RGB (Red+Green+Blue) = 191+80+149=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5095 is #40AF6A. Grayscale: #787878. Windows color (decimal): -4239211 or 9785535. OLE color: 9785535.

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

Color convert

RGB19180149-
CMYK00.580.220.25
HSL322.7º46.44%53.14%-
HSV(B)322.7º58.12%74.9%-
XYZ29.7818.9830.53-
YUV121.06143.77177.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 80 (31.64% from 255) = 19.05%
BLUE value IS 149 (58.59% from 255) = 35.48%
R=45.48%
G=19.05%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918014900.580.220.25322.746.4453.14
HexBF509503A16191432e35
Octal27712022507226315035665
Binary1011111110100001001010101110101011011001101000011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5095; }

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

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

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

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

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

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

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

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