#BF458D

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

Shades of Mulberry #BF458D

Tints of Mulberry #BF458D

Color information

#BF458D (or 0xBF458D) is unknown color: approx Mulberry. HEX triplet: BF, 45 and 8D. RGB value is (191,69,141). Sum of RGB (Red+Green+Blue) = 191+69+141=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF458D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF458D is #40BA72. Grayscale: #717171. Windows color (decimal): -4242035 or 9258431. OLE color: 9258431.

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

Color convert

RGB19169141-
CMYK00.640.260.25
HSL324.59º48.8%50.98%-
HSV(B)324.59º63.87%74.9%-
XYZ28.4217.2627.03-
YUV113.69143.42183.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=47.63%
G=17.21%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916914100.640.260.25324.5948.850.98
HexBF458D0401A191453133
Octal277105215010032315056163
Binary10111111100010110001101010000001101011001101000101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF458D; }

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

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

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

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

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

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

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

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