#BF60A2

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

Shades of Mulberry #BF60A2

Tints of Mulberry #BF60A2

Color information

#BF60A2 (or 0xBF60A2) is unknown color: approx Mulberry. HEX triplet: BF, 60 and A2. RGB value is (191,96,162). Sum of RGB (Red+Green+Blue) = 191+96+162=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF60A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF60A2 is #409F5D. Grayscale: #838383. Windows color (decimal): -4235102 or 10641599. OLE color: 10641599.

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

Color convert

RGB19196162-
CMYK00.500.150.25
HSL318.32º42.6%56.27%-
HSV(B)318.32º49.74%74.9%-
XYZ32.1922.0536.74-
YUV131.93144.97170.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 96 (37.89% from 255) = 21.38%
BLUE value IS 162 (63.67% from 255) = 36.08%
R=42.54%
G=21.38%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919616200.500.150.25318.3242.656.27
HexBF60A2032F1913e2b38
Octal27714024206217314765370
Binary101111111100000101000100110010111111001100111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF60A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF60A2; }

 p { color: rgb(191,96,162); }

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

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

 a { background-color: rgb(191,96,162); }

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

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

 span { border-color: rgb(191,96,162); }

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