#B3468E

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

Shades of Mulberry #B3468E

Tints of Mulberry #B3468E

Color information

#B3468E (or 0xB3468E) is unknown color: approx Mulberry. HEX triplet: B3, 46 and 8E. RGB value is (179,70,142). Sum of RGB (Red+Green+Blue) = 179+70+142=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B3468E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3468E is #4CB971. Grayscale: #6E6E6E. Windows color (decimal): -5028210 or 9324211. OLE color: 9324211.

HSL color Cylindrical-coordinate representation of color #B3468E: hue angle of 320.37º 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 #B3468E is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB17970142-
CMYK00.610.210.30
HSL320.37º43.78%48.82%-
HSV(B)320.37º60.89%70.2%-
XYZ25.6615.9227.31-
YUV110.8145.61176.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.78%
GREEN value IS 70 (27.73% from 255) = 17.90%
BLUE value IS 142 (55.86% from 255) = 36.32%
R=45.78%
G=17.90%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797014200.610.210.30320.3743.7848.82
HexB3468E03D151E1402c31
Octal26310621607525365005461
Binary1011001110001101000111001111011010111110101000000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3468E; }

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

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

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

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

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

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

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

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