#BF459F

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

Shades of Mulberry #BF459F

Tints of Mulberry #BF459F

Color information

#BF459F (or 0xBF459F) is unknown color: approx Mulberry. HEX triplet: BF, 45 and 9F. RGB value is (191,69,159). Sum of RGB (Red+Green+Blue) = 191+69+159=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF459F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF459F is #40BA60. Grayscale: #737373. Windows color (decimal): -4242017 or 10438079. OLE color: 10438079.

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

Color convert

RGB19169159-
CMYK00.640.170.25
HSL315.74º48.8%50.98%-
HSV(B)315.74º63.87%74.9%-
XYZ29.8717.8434.67-
YUV115.74152.42181.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 69 (27.34% from 255) = 16.47%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=45.58%
G=16.47%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916915900.640.170.25315.7448.850.98
HexBF459F040111913c3133
Octal277105237010021314746163
Binary10111111100010110011111010000001000111001100111100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF459F; }

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

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

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

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

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

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

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

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