#B8529C

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

Shades of Mulberry #B8529C

Tints of Mulberry #B8529C

Color information

#B8529C (or 0xB8529C) is unknown color: approx Mulberry. HEX triplet: B8, 52 and 9C. RGB value is (184,82,156). Sum of RGB (Red+Green+Blue) = 184+82+156=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8529C is #47AD63. Grayscale: #787878. Windows color (decimal): -4697444 or 10244792. OLE color: 10244792.

HSL color Cylindrical-coordinate representation of color #B8529C: hue angle of 316.47º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8529C is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB18482156-
CMYK00.550.150.28
HSL316.47º41.8%52.16%-
HSV(B)316.47º55.43%72.16%-
XYZ28.7918.6333.53-
YUV120.93147.79172.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 82 (32.42% from 255) = 19.43%
BLUE value IS 156 (61.33% from 255) = 36.97%
R=43.60%
G=19.43%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848215600.550.150.28316.4741.852.16
HexB8529C037F1C13c2a34
Octal27012223406717344745264
Binary101110001010010100111000110111111111100100111100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8529C; }

 p { color: rgb(184,82,156); }

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

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

 a { background-color: rgb(184,82,156); }

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

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

 span { border-color: rgb(184,82,156); }

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