#B64AA0

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

Shades of Mulberry #B64AA0

Tints of Mulberry #B64AA0

Color information

#B64AA0 (or 0xB64AA0) is unknown color: approx Mulberry. HEX triplet: B6, 4A and A0. RGB value is (182,74,160). Sum of RGB (Red+Green+Blue) = 182+74+160=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B64AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64AA0 is #49B55F. Grayscale: #737373. Windows color (decimal): -4830560 or 10504886. OLE color: 10504886.

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

Color convert

RGB18274160-
CMYK00.590.120.29
HSL312.22º42.52%50.2%-
HSV(B)312.22º59.34%71.37%-
XYZ28.0917.3835.13-
YUV116.1152.78175.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.75%
GREEN value IS 74 (29.30% from 255) = 17.79%
BLUE value IS 160 (62.89% from 255) = 38.46%
R=43.75%
G=17.79%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827416000.590.120.29312.2242.5250.2
HexB64AA003BC1D1382b32
Octal26611224007314354705362
Binary101101101001010101000000111011110011101100111000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64AA0; }

 p { color: rgb(182,74,160); }

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

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

 a { background-color: rgb(182,74,160); }

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

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

 span { border-color: rgb(182,74,160); }

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