#BF5096

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

Shades of Mulberry #BF5096

Tints of Mulberry #BF5096

Color information

#BF5096 (or 0xBF5096) is unknown color: approx Mulberry. HEX triplet: BF, 50 and 96. RGB value is (191,80,150). Sum of RGB (Red+Green+Blue) = 191+80+150=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5096 is #40AF69. Grayscale: #797979. Windows color (decimal): -4239210 or 9851071. OLE color: 9851071.

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

Color convert

RGB19180150-
CMYK00.580.210.25
HSL322.16º46.44%53.14%-
HSV(B)322.16º58.12%74.9%-
XYZ29.8619.0230.95-
YUV121.17144.27177.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 80 (31.64% from 255) = 19.00%
BLUE value IS 150 (58.98% from 255) = 35.63%
R=45.37%
G=19.00%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918015000.580.210.25322.1646.4453.14
HexBF509603A15191422e35
Octal27712022607225315025665
Binary1011111110100001001011001110101010111001101000010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5096; }

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

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

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

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

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

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

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

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