#BF439F

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

Shades of Mulberry #BF439F

Tints of Mulberry #BF439F

Color information

#BF439F (or 0xBF439F) is unknown color: approx Mulberry. HEX triplet: BF, 43 and 9F. RGB value is (191,67,159). Sum of RGB (Red+Green+Blue) = 191+67+159=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF439F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF439F is #40BC60. Grayscale: #727272. Windows color (decimal): -4242529 or 10437567. OLE color: 10437567.

HSL color Cylindrical-coordinate representation of color #BF439F: hue angle of 315.48º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF439F is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB19167159-
CMYK00.650.170.25
HSL315.48º49.21%50.59%-
HSV(B)315.48º64.92%74.9%-
XYZ29.7517.5934.63-
YUV114.56153.08182.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 67 (26.56% from 255) = 16.07%
BLUE value IS 159 (62.5% from 255) = 38.13%
R=45.80%
G=16.07%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916715900.650.170.25315.4849.2150.59
HexBF439F041111913b3133
Octal277103237010121314736163
Binary10111111100001110011111010000011000111001100111011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF439F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF439F; }

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

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

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

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

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

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

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

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