#BF5695

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

Shades of Mulberry #BF5695

Tints of Mulberry #BF5695

Color information

#BF5695 (or 0xBF5695) is unknown color: approx Mulberry. HEX triplet: BF, 56 and 95. RGB value is (191,86,149). Sum of RGB (Red+Green+Blue) = 191+86+149=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5695 is #40A96A. Grayscale: #7C7C7C. Windows color (decimal): -4237675 or 9787071. OLE color: 9787071.

HSL color Cylindrical-coordinate representation of color #BF5695: hue angle of 324º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF5695 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB19186149-
CMYK00.550.220.25
HSL324º45.06%54.31%-
HSV(B)324º54.97%74.9%-
XYZ30.2419.930.68-
YUV124.58141.79175.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 86 (33.98% from 255) = 20.19%
BLUE value IS 149 (58.59% from 255) = 34.98%
R=44.84%
G=20.19%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918614900.550.220.2532445.0654.31
HexBF569503716191442d36
Octal27712622506726315045566
Binary1011111110101101001010101101111011011001101000100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5695; }

 p { color: rgb(191,86,149); }

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

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

 a { background-color: rgb(191,86,149); }

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

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

 span { border-color: rgb(191,86,149); }

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