#BF609D

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

Shades of Mulberry #BF609D

Tints of Mulberry #BF609D

Color information

#BF609D (or 0xBF609D) is unknown color: approx Mulberry. HEX triplet: BF, 60 and 9D. RGB value is (191,96,157). Sum of RGB (Red+Green+Blue) = 191+96+157=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF609D is #409F62. Grayscale: #838383. Windows color (decimal): -4235107 or 10313919. OLE color: 10313919.

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

Color convert

RGB19196157-
CMYK00.500.180.25
HSL321.47º42.6%56.27%-
HSV(B)321.47º49.74%74.9%-
XYZ31.7521.8834.45-
YUV131.36142.47170.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 96 (37.89% from 255) = 21.62%
BLUE value IS 157 (61.72% from 255) = 35.36%
R=43.02%
G=21.62%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919615700.500.180.25321.4742.656.27
HexBF609D03212191412b38
Octal27714023506222315015370
Binary1011111111000001001110101100101001011001101000001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF609D; }

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

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

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

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

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

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

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

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