#BF61A1

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

Shades of Mulberry #BF61A1

Tints of Mulberry #BF61A1

Color information

#BF61A1 (or 0xBF61A1) is unknown color: approx Mulberry. HEX triplet: BF, 61 and A1. RGB value is (191,97,161). Sum of RGB (Red+Green+Blue) = 191+97+161=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF61A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF61A1 is #409E5E. Grayscale: #848484. Windows color (decimal): -4234847 or 10576319. OLE color: 10576319.

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

Color convert

RGB19197161-
CMYK00.490.160.25
HSL319.15º42.34%56.47%-
HSV(B)319.15º49.21%74.9%-
XYZ32.1922.236.31-
YUV132.4144.14169.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 97 (38.28% from 255) = 21.60%
BLUE value IS 161 (63.28% from 255) = 35.86%
R=42.54%
G=21.60%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919716100.490.160.25319.1542.3456.47
HexBF61A1031101913f2a38
Octal27714124106120314775270
Binary1011111111000011010000101100011000011001100111111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF61A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF61A1; }

 p { color: rgb(191,97,161); }

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

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

 a { background-color: rgb(191,97,161); }

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

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

 span { border-color: rgb(191,97,161); }

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