#B841A1

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

Shades of Mulberry #B841A1

Tints of Mulberry #B841A1

Color information

#B841A1 (or 0xB841A1) is unknown color: approx Mulberry. HEX triplet: B8, 41 and A1. RGB value is (184,65,161). Sum of RGB (Red+Green+Blue) = 184+65+161=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 161 (63.28% from 255 or 39.27% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B841A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B841A1 is #47BE5E. Grayscale: #6F6F6F. Windows color (decimal): -4701791 or 10568120. OLE color: 10568120.

HSL color Cylindrical-coordinate representation of color #B841A1: hue angle of 311.6º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B841A1 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB18465161-
CMYK00.650.120.28
HSL311.6º47.79%48.82%-
HSV(B)311.6º64.67%72.16%-
XYZ28.0916.5435.43-
YUV111.52155.92179.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.88%
GREEN value IS 65 (25.78% from 255) = 15.85%
BLUE value IS 161 (63.28% from 255) = 39.27%
R=44.88%
G=15.85%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846516100.650.120.28311.647.7948.82
HexB841A1041C1C1383031
Octal270101241010114344706061
Binary1011100010000011010000101000001110011100100111000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B841A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B841A1; }

 p { color: rgb(184,65,161); }

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

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

 a { background-color: rgb(184,65,161); }

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

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

 span { border-color: rgb(184,65,161); }

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