#B65493

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

Shades of Mulberry #B65493

Tints of Mulberry #B65493

Color information

#B65493 (or 0xB65493) is unknown color: approx Mulberry. HEX triplet: B6, 54 and 93. RGB value is (182,84,147). Sum of RGB (Red+Green+Blue) = 182+84+147=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B65493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65493 is #49AB6C. Grayscale: #787878. Windows color (decimal): -4828013 or 9655478. OLE color: 9655478.

HSL color Cylindrical-coordinate representation of color #B65493: hue angle of 321.43º 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 #B65493 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB18284147-
CMYK00.540.190.29
HSL321.43º40.16%52.16%-
HSV(B)321.43º53.85%71.37%-
XYZ27.7318.3929.69-
YUV120.48142.97171.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 84 (33.20% from 255) = 20.34%
BLUE value IS 147 (57.81% from 255) = 35.59%
R=44.07%
G=20.34%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828414700.540.190.29321.4340.1652.16
HexB65493036131D1412834
Octal26612422306623355015064
Binary1011011010101001001001101101101001111101101000001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65493; }

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

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

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

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

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

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

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

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