#BF458E

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

Shades of Mulberry #BF458E

Tints of Mulberry #BF458E

Color information

#BF458E (or 0xBF458E) is unknown color: approx Mulberry. HEX triplet: BF, 45 and 8E. RGB value is (191,69,142). Sum of RGB (Red+Green+Blue) = 191+69+142=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF458E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF458E is #40BA71. Grayscale: #717171. Windows color (decimal): -4242034 or 9323967. OLE color: 9323967.

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

Color convert

RGB19169142-
CMYK00.640.260.25
HSL324.1º48.8%50.98%-
HSV(B)324.1º63.87%74.9%-
XYZ28.517.2927.43-
YUV113.8143.92183.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 69 (27.34% from 255) = 17.16%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=47.51%
G=17.16%
B=35.32%

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
Decimal1916914200.640.260.25324.148.850.98
HexBF458E0401A191443133
Octal277105216010032315046163
Binary10111111100010110001110010000001101011001101000100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF458E; }

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

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

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

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

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

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

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

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