#BF4582

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

Shades of Mulberry #BF4582

Tints of Mulberry #BF4582

Color information

#BF4582 (or 0xBF4582) is unknown color: approx Mulberry. HEX triplet: BF, 45 and 82. RGB value is (191,69,130). Sum of RGB (Red+Green+Blue) = 191+69+130=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4582 is #40BA7D. Grayscale: #707070. Windows color (decimal): -4242046 or 8537535. OLE color: 8537535.

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

Color convert

RGB19169130-
CMYK00.640.320.25
HSL330º48.8%50.98%-
HSV(B)330º63.87%74.9%-
XYZ27.6416.9422.93-
YUV112.43137.92184.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.97%
GREEN value IS 69 (27.34% from 255) = 17.69%
BLUE value IS 130 (51.17% from 255) = 33.33%
R=48.97%
G=17.69%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916913000.640.320.2533048.850.98
HexBF4582040201914a3133
Octal277105202010040315126163
Binary101111111000101100000100100000010000011001101001010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4582; }

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

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

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

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

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

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

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

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