#BF4691

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

Shades of Mulberry #BF4691

Tints of Mulberry #BF4691

Color information

#BF4691 (or 0xBF4691) is unknown color: approx Mulberry. HEX triplet: BF, 46 and 91. RGB value is (191,70,145). Sum of RGB (Red+Green+Blue) = 191+70+145=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4691 is #40B96E. Grayscale: #727272. Windows color (decimal): -4241775 or 9520831. OLE color: 9520831.

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

Color convert

RGB19170145-
CMYK00.630.240.25
HSL322.81º48.59%51.18%-
HSV(B)322.81º63.35%74.9%-
XYZ28.7917.528.65-
YUV114.73145.09182.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 70 (27.73% from 255) = 17.24%
BLUE value IS 145 (57.03% from 255) = 35.71%
R=47.04%
G=17.24%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917014500.630.240.25322.8148.5951.18
HexBF469103F18191433133
Octal27710622107730315036163
Binary1011111110001101001000101111111100011001101000011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4691; }

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

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

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

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

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

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

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

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