#BF5395

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

Shades of Mulberry #BF5395

Tints of Mulberry #BF5395

Color information

#BF5395 (or 0xBF5395) is unknown color: approx Mulberry. HEX triplet: BF, 53 and 95. RGB value is (191,83,149). Sum of RGB (Red+Green+Blue) = 191+83+149=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5395 is #40AC6A. Grayscale: #7A7A7A. Windows color (decimal): -4238443 or 9786303. OLE color: 9786303.

HSL color Cylindrical-coordinate representation of color #BF5395: hue angle of 323.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF5395 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB19183149-
CMYK00.570.220.25
HSL323.33º45.76%53.73%-
HSV(B)323.33º56.54%74.9%-
XYZ3019.4330.6-
YUV122.82142.78176.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 83 (32.81% from 255) = 19.62%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=45.15%
G=19.62%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918314900.570.220.25323.3345.7653.73
HexBF539503916191432e36
Octal27712322507126315035666
Binary1011111110100111001010101110011011011001101000011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5395; }

 p { color: rgb(191,83,149); }

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

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

 a { background-color: rgb(191,83,149); }

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

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

 span { border-color: rgb(191,83,149); }

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