#BF458B

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

Shades of Mulberry #BF458B

Tints of Mulberry #BF458B

Color information

#BF458B (or 0xBF458B) is unknown color: approx Mulberry. HEX triplet: BF, 45 and 8B. RGB value is (191,69,139). Sum of RGB (Red+Green+Blue) = 191+69+139=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF458B is #40BA74. Grayscale: #717171. Windows color (decimal): -4242037 or 9127359. OLE color: 9127359.

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

Color convert

RGB19169139-
CMYK00.640.270.25
HSL325.57º48.8%50.98%-
HSV(B)325.57º63.87%74.9%-
XYZ28.2717.226.26-
YUV113.46142.42183.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 69 (27.34% from 255) = 17.29%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=47.87%
G=17.29%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916913900.640.270.25325.5748.850.98
HexBF458B0401B191463133
Octal277105213010033315066163
Binary10111111100010110001011010000001101111001101000110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF458B; }

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

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

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

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

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

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

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

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