#B3498F

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

Shades of Mulberry #B3498F

Tints of Mulberry #B3498F

Color information

#B3498F (or 0xB3498F) is unknown color: approx Mulberry. HEX triplet: B3, 49 and 8F. RGB value is (179,73,143). Sum of RGB (Red+Green+Blue) = 179+73+143=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B3498F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3498F is #4CB670. Grayscale: #707070. Windows color (decimal): -5027441 or 9390515. OLE color: 9390515.

HSL color Cylindrical-coordinate representation of color #B3498F: hue angle of 320.38º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3498F is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB17973143-
CMYK00.590.200.30
HSL320.38º42.06%49.41%-
HSV(B)320.38º59.22%70.2%-
XYZ25.9316.3327.77-
YUV112.67145.12175.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.32%
GREEN value IS 73 (28.91% from 255) = 18.48%
BLUE value IS 143 (56.25% from 255) = 36.20%
R=45.32%
G=18.48%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797314300.590.200.30320.3842.0649.41
HexB3498F03B141E1402a31
Octal26311121707324365005261
Binary1011001110010011000111101110111010011110101000000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3498F; }

 p { color: rgb(179,73,143); }

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

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

 a { background-color: rgb(179,73,143); }

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

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

 span { border-color: rgb(179,73,143); }

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