#BF609A

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

Shades of Mulberry #BF609A

Tints of Mulberry #BF609A

Color information

#BF609A (or 0xBF609A) is unknown color: approx Mulberry. HEX triplet: BF, 60 and 9A. RGB value is (191,96,154). Sum of RGB (Red+Green+Blue) = 191+96+154=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF609A is #409F65. Grayscale: #828282. Windows color (decimal): -4235110 or 10117311. OLE color: 10117311.

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

Color convert

RGB19196154-
CMYK00.500.190.25
HSL323.37º42.6%56.27%-
HSV(B)323.37º49.74%74.9%-
XYZ31.521.7833.11-
YUV131.02140.97170.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 96 (37.89% from 255) = 21.77%
BLUE value IS 154 (60.55% from 255) = 34.92%
R=43.31%
G=21.77%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919615400.500.190.25323.3742.656.27
HexBF609A03213191432b38
Octal27714023206223315035370
Binary1011111111000001001101001100101001111001101000011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF609A; }

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

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

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

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

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

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

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

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