#B65490

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

Shades of Mulberry #B65490

Tints of Mulberry #B65490

Color information

#B65490 (or 0xB65490) is unknown color: approx Mulberry. HEX triplet: B6, 54 and 90. RGB value is (182,84,144). Sum of RGB (Red+Green+Blue) = 182+84+144=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B65490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65490 is #49AB6F. Grayscale: #787878. Windows color (decimal): -4828016 or 9458870. OLE color: 9458870.

HSL color Cylindrical-coordinate representation of color #B65490: hue angle of 323.27º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65490 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB18284144-
CMYK00.540.210.29
HSL323.27º40.16%52.16%-
HSV(B)323.27º53.85%71.37%-
XYZ27.518.328.47-
YUV120.14141.47172.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 84 (33.20% from 255) = 20.49%
BLUE value IS 144 (56.64% from 255) = 35.12%
R=44.39%
G=20.49%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828414400.540.210.29323.2740.1652.16
HexB65490036151D1432834
Octal26612422006625355035064
Binary1011011010101001001000001101101010111101101000011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65490; }

 p { color: rgb(182,84,144); }

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

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

 a { background-color: rgb(182,84,144); }

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

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

 span { border-color: rgb(182,84,144); }

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