#BF5483

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

Shades of Mulberry #BF5483

Tints of Mulberry #BF5483

Color information

#BF5483 (or 0xBF5483) is unknown color: approx Mulberry. HEX triplet: BF, 54 and 83. RGB value is (191,84,131). Sum of RGB (Red+Green+Blue) = 191+84+131=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5483 is #40AB7C. Grayscale: #797979. Windows color (decimal): -4238205 or 8606911. OLE color: 8606911.

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

Color convert

RGB19184131-
CMYK00.560.310.25
HSL333.64º45.53%53.92%-
HSV(B)333.64º56.02%74.9%-
XYZ28.7519.0623.64-
YUV121.35133.45177.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 84 (33.20% from 255) = 20.69%
BLUE value IS 131 (51.56% from 255) = 32.27%
R=47.04%
G=20.69%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918413100.560.310.25333.6445.5353.92
HexBF54830381F1914e2e36
Octal27712420307037315165666
Binary1011111110101001000001101110001111111001101001110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5483; }

 p { color: rgb(191,84,131); }

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

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

 a { background-color: rgb(191,84,131); }

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

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

 span { border-color: rgb(191,84,131); }

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