#B3458D

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

Shades of Mulberry #B3458D

Tints of Mulberry #B3458D

Color information

#B3458D (or 0xB3458D) is unknown color: approx Mulberry. HEX triplet: B3, 45 and 8D. RGB value is (179,69,141). Sum of RGB (Red+Green+Blue) = 179+69+141=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3458D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3458D is #4CBA72. Grayscale: #6D6D6D. Windows color (decimal): -5028467 or 9258419. OLE color: 9258419.

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

Color convert

RGB17969141-
CMYK00.610.210.30
HSL320.73º44.35%48.63%-
HSV(B)320.73º61.45%70.2%-
XYZ25.5315.7626.9-
YUV110.1145.44177.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.02%
GREEN value IS 69 (27.34% from 255) = 17.74%
BLUE value IS 141 (55.47% from 255) = 36.25%
R=46.02%
G=17.74%
B=36.25%

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
Decimal1796914100.610.210.30320.7344.3548.63
HexB3458D03D151E1412c31
Octal26310521507525365015461
Binary1011001110001011000110101111011010111110101000001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3458D; }

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

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

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

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

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

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

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

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