#BF4581

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

Shades of Mulberry #BF4581

Tints of Mulberry #BF4581

Color information

#BF4581 (or 0xBF4581) is unknown color: approx Mulberry. HEX triplet: BF, 45 and 81. RGB value is (191,69,129). Sum of RGB (Red+Green+Blue) = 191+69+129=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4581 is #40BA7E. Grayscale: #707070. Windows color (decimal): -4242047 or 8471999. OLE color: 8471999.

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

Color convert

RGB19169129-
CMYK00.640.320.25
HSL330.49º48.8%50.98%-
HSV(B)330.49º63.87%74.9%-
XYZ27.5816.9222.58-
YUV112.32137.42184.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.10%
GREEN value IS 69 (27.34% from 255) = 17.74%
BLUE value IS 129 (50.78% from 255) = 33.16%
R=49.10%
G=17.74%
B=33.16%

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
Decimal1916912900.640.320.25330.4948.850.98
HexBF4581040201914a3133
Octal277105201010040315126163
Binary101111111000101100000010100000010000011001101001010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4581; }

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

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

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

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

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

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

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

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