#BF5F98

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

Shades of Mulberry #BF5F98

Tints of Mulberry #BF5F98

Color information

#BF5F98 (or 0xBF5F98) is unknown color: approx Mulberry. HEX triplet: BF, 5F and 98. RGB value is (191,95,152). Sum of RGB (Red+Green+Blue) = 191+95+152=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5F98 is #40A067. Grayscale: #828282. Windows color (decimal): -4235368 or 9985983. OLE color: 9985983.

HSL color Cylindrical-coordinate representation of color #BF5F98: hue angle of 324.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF5F98 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB19195152-
CMYK00.500.200.25
HSL324.38º42.86%56.08%-
HSV(B)324.38º50.26%74.9%-
XYZ31.2521.5332.21-
YUV130.2140.3171.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 95 (37.5% from 255) = 21.69%
BLUE value IS 152 (59.77% from 255) = 34.70%
R=43.61%
G=21.69%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919515200.500.200.25324.3842.8656.08
HexBF5F9803214191442b38
Octal27713723006224315045370
Binary1011111110111111001100001100101010011001101000100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5F98; }

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

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

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

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

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

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

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

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