#BF4E98

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

Shades of Mulberry #BF4E98

Tints of Mulberry #BF4E98

Color information

#BF4E98 (or 0xBF4E98) is unknown color: approx Mulberry. HEX triplet: BF, 4E and 98. RGB value is (191,78,152). Sum of RGB (Red+Green+Blue) = 191+78+152=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4E98 is #40B167. Grayscale: #787878. Windows color (decimal): -4239720 or 9981631. OLE color: 9981631.

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

Color convert

RGB19178152-
CMYK00.590.200.25
HSL320.71º46.89%52.75%-
HSV(B)320.71º59.16%74.9%-
XYZ29.8818.7931.76-
YUV120.22145.94178.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 78 (30.86% from 255) = 18.53%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=45.37%
G=18.53%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917815200.590.200.25320.7146.8952.75
HexBF4E9803B14191412f35
Octal27711623007324315015765
Binary1011111110011101001100001110111010011001101000001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4E98; }

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

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

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

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

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

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

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

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