#BF3F98

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

Shades of Mulberry #BF3F98

Tints of Mulberry #BF3F98

Color information

#BF3F98 (or 0xBF3F98) is unknown color: approx Mulberry. HEX triplet: BF, 3F and 98. RGB value is (191,63,152). Sum of RGB (Red+Green+Blue) = 191+63+152=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3F98 is #40C067. Grayscale: #6F6F6F. Windows color (decimal): -4243560 or 9977791. OLE color: 9977791.

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

Color convert

RGB19163152-
CMYK00.670.200.25
HSL318.28º50.39%49.8%-
HSV(B)318.28º67.02%74.9%-
XYZ28.9316.931.44-
YUV111.42150.91184.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 63 (25% from 255) = 15.52%
BLUE value IS 152 (59.77% from 255) = 37.44%
R=47.04%
G=15.52%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916315200.670.200.25318.2850.3949.8
HexBF3F98043141913e3232
Octal27777230010324314766262
Binary1011111111111110011000010000111010011001100111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F98; }

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

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

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

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

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

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

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

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