#BF4699

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

Shades of Mulberry #BF4699

Tints of Mulberry #BF4699

Color information

#BF4699 (or 0xBF4699) is unknown color: approx Mulberry. HEX triplet: BF, 46 and 99. RGB value is (191,70,153). Sum of RGB (Red+Green+Blue) = 191+70+153=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4699 is #40B966. Grayscale: #737373. Windows color (decimal): -4241767 or 10045119. OLE color: 10045119.

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

Color convert

RGB19170153-
CMYK00.630.200.25
HSL318.84º48.59%51.18%-
HSV(B)318.84º63.35%74.9%-
XYZ29.4317.7632.01-
YUV115.64149.09181.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.14%
GREEN value IS 70 (27.73% from 255) = 16.91%
BLUE value IS 153 (60.16% from 255) = 36.96%
R=46.14%
G=16.91%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917015300.630.200.25318.8448.5951.18
HexBF469903F141913f3133
Octal27710623107724314776163
Binary1011111110001101001100101111111010011001100111111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4699; }

 p { color: rgb(191,70,153); }

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

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

 a { background-color: rgb(191,70,153); }

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

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

 span { border-color: rgb(191,70,153); }

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