#B3468A

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

Shades of Mulberry #B3468A

Tints of Mulberry #B3468A

Color information

#B3468A (or 0xB3468A) is unknown color: approx Mulberry. HEX triplet: B3, 46 and 8A. RGB value is (179,70,138). Sum of RGB (Red+Green+Blue) = 179+70+138=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B3468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3468A is #4CB975. Grayscale: #6E6E6E. Windows color (decimal): -5028214 or 9062067. OLE color: 9062067.

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

Color convert

RGB17970138-
CMYK00.610.230.30
HSL322.57º43.78%48.82%-
HSV(B)322.57º60.89%70.2%-
XYZ25.3715.825.76-
YUV110.34143.61176.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.25%
GREEN value IS 70 (27.73% from 255) = 18.09%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=46.25%
G=18.09%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797013800.610.230.30322.5743.7848.82
HexB3468A03D171E1432c31
Octal26310621207527365035461
Binary1011001110001101000101001111011011111110101000011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3468A; }

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

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

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

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

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

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

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

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