#BF4583

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

Shades of Mulberry #BF4583

Tints of Mulberry #BF4583

Color information

#BF4583 (or 0xBF4583) is unknown color: approx Mulberry. HEX triplet: BF, 45 and 83. RGB value is (191,69,131). Sum of RGB (Red+Green+Blue) = 191+69+131=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4583 is #40BA7C. Grayscale: #707070. Windows color (decimal): -4242045 or 8603071. OLE color: 8603071.

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

Color convert

RGB19169131-
CMYK00.640.310.25
HSL329.51º48.8%50.98%-
HSV(B)329.51º63.87%74.9%-
XYZ27.7116.9723.29-
YUV112.55138.42183.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.85%
GREEN value IS 69 (27.34% from 255) = 17.65%
BLUE value IS 131 (51.56% from 255) = 33.50%
R=48.85%
G=17.65%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916913100.640.310.25329.5148.850.98
HexBF45830401F1914a3133
Octal277105203010037315126163
Binary10111111100010110000011010000001111111001101001010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4583; }

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

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

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

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

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

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

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

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