#BF458F

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

Shades of Mulberry #BF458F

Tints of Mulberry #BF458F

Color information

#BF458F (or 0xBF458F) is unknown color: approx Mulberry. HEX triplet: BF, 45 and 8F. RGB value is (191,69,143). Sum of RGB (Red+Green+Blue) = 191+69+143=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF458F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF458F is #40BA70. Grayscale: #717171. Windows color (decimal): -4242033 or 9389503. OLE color: 9389503.

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

Color convert

RGB19169143-
CMYK00.640.250.25
HSL323.61º48.8%50.98%-
HSV(B)323.61º63.87%74.9%-
XYZ28.5717.3227.82-
YUV113.91144.42182.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 69 (27.34% from 255) = 17.12%
BLUE value IS 143 (56.25% from 255) = 35.48%
R=47.39%
G=17.12%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916914300.640.250.25323.6148.850.98
HexBF458F04019191443133
Octal277105217010031315046163
Binary10111111100010110001111010000001100111001101000100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF458F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF458F; }

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

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

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

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

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

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

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

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