#BF609F

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

Shades of Mulberry #BF609F

Tints of Mulberry #BF609F

Color information

#BF609F (or 0xBF609F) is unknown color: approx Mulberry. HEX triplet: BF, 60 and 9F. RGB value is (191,96,159). Sum of RGB (Red+Green+Blue) = 191+96+159=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF609F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF609F is #409F60. Grayscale: #838383. Windows color (decimal): -4235105 or 10444991. OLE color: 10444991.

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

Color convert

RGB19196159-
CMYK00.500.170.25
HSL320.21º42.6%56.27%-
HSV(B)320.21º49.74%74.9%-
XYZ31.9321.9535.35-
YUV131.59143.47170.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 96 (37.89% from 255) = 21.52%
BLUE value IS 159 (62.5% from 255) = 35.65%
R=42.83%
G=21.52%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919615900.500.170.25320.2142.656.27
HexBF609F03211191402b38
Octal27714023706221315005370
Binary1011111111000001001111101100101000111001101000000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF609F; }

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

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

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

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

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

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

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

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