#B6439F

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

Shades of Mulberry #B6439F

Tints of Mulberry #B6439F

Color information

#B6439F (or 0xB6439F) is unknown color: approx Mulberry. HEX triplet: B6, 43 and 9F. RGB value is (182,67,159). Sum of RGB (Red+Green+Blue) = 182+67+159=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B6439F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6439F is #49BC60. Grayscale: #6F6F6F. Windows color (decimal): -4832353 or 10437558. OLE color: 10437558.

HSL color Cylindrical-coordinate representation of color #B6439F: hue angle of 312º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B6439F is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18267159-
CMYK00.630.130.29
HSL312º46.18%48.82%-
HSV(B)312º63.19%71.37%-
XYZ27.5616.4634.53-
YUV111.87154.6178.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 67 (26.56% from 255) = 16.42%
BLUE value IS 159 (62.5% from 255) = 38.97%
R=44.61%
G=16.42%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826715900.630.130.2931246.1848.82
HexB6439F03FD1D1382e31
Octal26610323707715354705661
Binary101101101000011100111110111111110111101100111000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6439F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6439F; }

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

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

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

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

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

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

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

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