#B84AA3

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

Shades of Mulberry #B84AA3

Tints of Mulberry #B84AA3

Color information

#B84AA3 (or 0xB84AA3) is unknown color: approx Mulberry. HEX triplet: B8, 4A and A3. RGB value is (184,74,163). Sum of RGB (Red+Green+Blue) = 184+74+163=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B84AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84AA3 is #47B55C. Grayscale: #747474. Windows color (decimal): -4699485 or 10701496. OLE color: 10701496.

HSL color Cylindrical-coordinate representation of color #B84AA3: hue angle of 311.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84AA3 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB18474163-
CMYK00.600.110.28
HSL311.45º43.65%50.59%-
HSV(B)311.45º59.78%72.16%-
XYZ28.8317.7336.55-
YUV117.04153.94175.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.71%
GREEN value IS 74 (29.30% from 255) = 17.58%
BLUE value IS 163 (64.06% from 255) = 38.72%
R=43.71%
G=17.58%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847416300.600.110.28311.4543.6550.59
HexB84AA303CB1C1372c33
Octal27011224307413344675463
Binary101110001001010101000110111100101111100100110111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84AA3; }

 p { color: rgb(184,74,163); }

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

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

 a { background-color: rgb(184,74,163); }

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

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

 span { border-color: rgb(184,74,163); }

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