#B645A1

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

Shades of Mulberry #B645A1

Tints of Mulberry #B645A1

Color information

#B645A1 (or 0xB645A1) is unknown color: approx Mulberry. HEX triplet: B6, 45 and A1. RGB value is (182,69,161). Sum of RGB (Red+Green+Blue) = 182+69+161=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B645A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B645A1 is #49BA5E. Grayscale: #717171. Windows color (decimal): -4831839 or 10569142. OLE color: 10569142.

HSL color Cylindrical-coordinate representation of color #B645A1: hue angle of 311.15º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B645A1 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB18269161-
CMYK00.620.120.29
HSL311.15º45.02%49.22%-
HSV(B)311.15º62.09%71.37%-
XYZ27.8516.7735.49-
YUV113.28154.94177.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.17%
GREEN value IS 69 (27.34% from 255) = 16.75%
BLUE value IS 161 (63.28% from 255) = 39.08%
R=44.17%
G=16.75%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826916100.620.120.29311.1545.0249.22
HexB645A103EC1D1372d31
Octal26610524107614354675561
Binary101101101000101101000010111110110011101100110111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B645A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B645A1; }

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

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

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

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

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

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

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

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