#B8429F

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

Shades of Mulberry #B8429F

Tints of Mulberry #B8429F

Color information

#B8429F (or 0xB8429F) is unknown color: approx Mulberry. HEX triplet: B8, 42 and 9F. RGB value is (184,66,159). Sum of RGB (Red+Green+Blue) = 184+66+159=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B8429F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8429F is #47BD60. Grayscale: #6F6F6F. Windows color (decimal): -4701537 or 10437304. OLE color: 10437304.

HSL color Cylindrical-coordinate representation of color #B8429F: hue angle of 312.71º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8429F is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB18466159-
CMYK00.640.140.28
HSL312.71º47.2%49.02%-
HSV(B)312.71º64.13%72.16%-
XYZ27.9716.5934.53-
YUV111.88154.59179.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.99%
GREEN value IS 66 (26.17% from 255) = 16.14%
BLUE value IS 159 (62.5% from 255) = 38.88%
R=44.99%
G=16.14%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846615900.640.140.28312.7147.249.02
HexB8429F040E1C1392f31
Octal270102237010016344715761
Binary1011100010000101001111101000000111011100100111001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8429F; }

 p { color: rgb(184,66,159); }

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

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

 a { background-color: rgb(184,66,159); }

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

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

 span { border-color: rgb(184,66,159); }

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