#B649A1

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

Shades of Mulberry #B649A1

Tints of Mulberry #B649A1

Color information

#B649A1 (or 0xB649A1) is unknown color: approx Mulberry. HEX triplet: B6, 49 and A1. RGB value is (182,73,161). Sum of RGB (Red+Green+Blue) = 182+73+161=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B649A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B649A1 is #49B65E. Grayscale: #737373. Windows color (decimal): -4830815 or 10570166. OLE color: 10570166.

HSL color Cylindrical-coordinate representation of color #B649A1: hue angle of 311.56º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B649A1 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB18273161-
CMYK00.600.120.29
HSL311.56º42.75%50%-
HSV(B)311.56º59.89%71.37%-
XYZ28.1117.2835.57-
YUV115.62153.61175.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.75%
GREEN value IS 73 (28.91% from 255) = 17.55%
BLUE value IS 161 (63.28% from 255) = 38.70%
R=43.75%
G=17.55%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827316100.600.120.29311.5642.7550
HexB649A103CC1D1382b32
Octal26611124107414354705362
Binary101101101001001101000010111100110011101100111000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B649A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B649A1; }

 p { color: rgb(182,73,161); }

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

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

 a { background-color: rgb(182,73,161); }

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

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

 span { border-color: rgb(182,73,161); }

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