#BF5198

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

Shades of Mulberry #BF5198

Tints of Mulberry #BF5198

Color information

#BF5198 (or 0xBF5198) is unknown color: approx Mulberry. HEX triplet: BF, 51 and 98. RGB value is (191,81,152). Sum of RGB (Red+Green+Blue) = 191+81+152=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5198 is #40AE67. Grayscale: #797979. Windows color (decimal): -4238952 or 9982399. OLE color: 9982399.

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

Color convert

RGB19181152-
CMYK00.580.200.25
HSL321.27º46.22%53.33%-
HSV(B)321.27º57.59%74.9%-
XYZ30.119.2331.83-
YUV121.98144.94177.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 81 (32.03% from 255) = 19.10%
BLUE value IS 152 (59.77% from 255) = 35.85%
R=45.05%
G=19.10%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918115200.580.200.25321.2746.2253.33
HexBF519803A14191412e35
Octal27712123007224315015665
Binary1011111110100011001100001110101010011001101000001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5198; }

 p { color: rgb(191,81,152); }

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

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

 a { background-color: rgb(191,81,152); }

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

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

 span { border-color: rgb(191,81,152); }

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