#B34590

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

Shades of Mulberry #B34590

Tints of Mulberry #B34590

Color information

#B34590 (or 0xB34590) is unknown color: approx Mulberry. HEX triplet: B3, 45 and 90. RGB value is (179,69,144). Sum of RGB (Red+Green+Blue) = 179+69+144=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B34590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34590 is #4CBA6F. Grayscale: #6E6E6E. Windows color (decimal): -5028464 or 9455027. OLE color: 9455027.

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

Color convert

RGB17969144-
CMYK00.610.200.30
HSL319.09º44.35%48.63%-
HSV(B)319.09º61.45%70.2%-
XYZ25.7515.8528.09-
YUV110.44146.94176.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.66%
GREEN value IS 69 (27.34% from 255) = 17.60%
BLUE value IS 144 (56.64% from 255) = 36.73%
R=45.66%
G=17.60%
B=36.73%

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
Decimal1796914400.610.200.30319.0944.3548.63
HexB3459003D141E13f2c31
Octal26310522007524364775461
Binary1011001110001011001000001111011010011110100111111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34590; }

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

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

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

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

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

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

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

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