#B8519D

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

Shades of Mulberry #B8519D

Tints of Mulberry #B8519D

Color information

#B8519D (or 0xB8519D) is unknown color: approx Mulberry. HEX triplet: B8, 51 and 9D. RGB value is (184,81,157). Sum of RGB (Red+Green+Blue) = 184+81+157=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8519D is #47AE62. Grayscale: #787878. Windows color (decimal): -4697699 or 10310072. OLE color: 10310072.

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

Color convert

RGB18481157-
CMYK00.560.150.28
HSL315.73º42.04%51.96%-
HSV(B)315.73º55.98%72.16%-
XYZ28.818.5133.95-
YUV120.46148.62173.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 81 (32.03% from 255) = 19.19%
BLUE value IS 157 (61.72% from 255) = 37.20%
R=43.60%
G=19.19%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848115700.560.150.28315.7342.0451.96
HexB8519D038F1C13c2a34
Octal27012123507017344745264
Binary101110001010001100111010111000111111100100111100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8519D; }

 p { color: rgb(184,81,157); }

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

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

 a { background-color: rgb(184,81,157); }

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

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

 span { border-color: rgb(184,81,157); }

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