#B3468F

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

Shades of Mulberry #B3468F

Tints of Mulberry #B3468F

Color information

#B3468F (or 0xB3468F) is unknown color: approx Mulberry. HEX triplet: B3, 46 and 8F. RGB value is (179,70,143). Sum of RGB (Red+Green+Blue) = 179+70+143=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B3468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3468F is #4CB970. Grayscale: #6E6E6E. Windows color (decimal): -5028209 or 9389747. OLE color: 9389747.

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

Color convert

RGB17970143-
CMYK00.610.200.30
HSL319.82º43.78%48.82%-
HSV(B)319.82º60.89%70.2%-
XYZ25.7415.9527.71-
YUV110.91146.11176.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.66%
GREEN value IS 70 (27.73% from 255) = 17.86%
BLUE value IS 143 (56.25% from 255) = 36.48%
R=45.66%
G=17.86%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797014300.610.200.30319.8243.7848.82
HexB3468F03D141E1402c31
Octal26310621707524365005461
Binary1011001110001101000111101111011010011110101000000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3468F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3468F; }

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

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

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

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

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

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

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

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