#B65499

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

Shades of Mulberry #B65499

Tints of Mulberry #B65499

Color information

#B65499 (or 0xB65499) is unknown color: approx Mulberry. HEX triplet: B6, 54 and 99. RGB value is (182,84,153). Sum of RGB (Red+Green+Blue) = 182+84+153=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B65499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65499 is #49AB66. Grayscale: #787878. Windows color (decimal): -4828007 or 10048694. OLE color: 10048694.

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

Color convert

RGB18284153-
CMYK00.540.160.29
HSL317.76º40.16%52.16%-
HSV(B)317.76º53.85%71.37%-
XYZ28.2118.5932.24-
YUV121.17145.97171.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 84 (33.20% from 255) = 20.05%
BLUE value IS 153 (60.16% from 255) = 36.52%
R=43.44%
G=20.05%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828415300.540.160.29317.7640.1652.16
HexB65499036101D13e2834
Octal26612423106620354765064
Binary1011011010101001001100101101101000011101100111110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65499; }

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

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

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

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

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

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

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

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