#B3459A

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

Shades of Mulberry #B3459A

Tints of Mulberry #B3459A

Color information

#B3459A (or 0xB3459A) is unknown color: approx Mulberry. HEX triplet: B3, 45 and 9A. RGB value is (179,69,154). Sum of RGB (Red+Green+Blue) = 179+69+154=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B3459A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3459A is #4CBA65. Grayscale: #6F6F6F. Windows color (decimal): -5028454 or 10110387. OLE color: 10110387.

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

Color convert

RGB17969154-
CMYK00.610.140.30
HSL313.64º44.35%48.63%-
HSV(B)313.64º61.45%70.2%-
XYZ26.5516.1732.29-
YUV111.58151.94176.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 69 (27.34% from 255) = 17.16%
BLUE value IS 154 (60.55% from 255) = 38.31%
R=44.53%
G=17.16%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796915400.610.140.30313.6444.3548.63
HexB3459A03DE1E13a2c31
Octal26310523207516364725461
Binary101100111000101100110100111101111011110100111010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3459A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3459A; }

 p { color: rgb(179,69,154); }

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

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

 a { background-color: rgb(179,69,154); }

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

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

 span { border-color: rgb(179,69,154); }

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