#BF60A0

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

Shades of Mulberry #BF60A0

Tints of Mulberry #BF60A0

Color information

#BF60A0 (or 0xBF60A0) is unknown color: approx Mulberry. HEX triplet: BF, 60 and A0. RGB value is (191,96,160). Sum of RGB (Red+Green+Blue) = 191+96+160=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF60A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF60A0 is #409F5F. Grayscale: #838383. Windows color (decimal): -4235104 or 10510527. OLE color: 10510527.

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

Color convert

RGB19196160-
CMYK00.500.160.25
HSL319.58º42.6%56.27%-
HSV(B)319.58º49.74%74.9%-
XYZ32.0121.9835.81-
YUV131.7143.97170.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 96 (37.89% from 255) = 21.48%
BLUE value IS 160 (62.89% from 255) = 35.79%
R=42.73%
G=21.48%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919616000.500.160.25319.5842.656.27
HexBF60A003210191402b38
Octal27714024006220315005370
Binary1011111111000001010000001100101000011001101000000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF60A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF60A0; }

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

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

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

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

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

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

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

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