#BF459E

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

Shades of Mulberry #BF459E

Tints of Mulberry #BF459E

Color information

#BF459E (or 0xBF459E) is unknown color: approx Mulberry. HEX triplet: BF, 45 and 9E. RGB value is (191,69,158). Sum of RGB (Red+Green+Blue) = 191+69+158=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF459E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF459E is #40BA61. Grayscale: #737373. Windows color (decimal): -4242018 or 10372543. OLE color: 10372543.

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

Color convert

RGB19169158-
CMYK00.640.170.25
HSL316.23º48.8%50.98%-
HSV(B)316.23º63.87%74.9%-
XYZ29.7917.834.21-
YUV115.62151.92181.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 69 (27.34% from 255) = 16.51%
BLUE value IS 158 (62.11% from 255) = 37.80%
R=45.69%
G=16.51%
B=37.80%

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
Decimal1916915800.640.170.25316.2348.850.98
HexBF459E040111913c3133
Octal277105236010021314746163
Binary10111111100010110011110010000001000111001100111100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF459E; }

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

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

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

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

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

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

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

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