#B9519E

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

Shades of Mulberry #B9519E

Tints of Mulberry #B9519E

Color information

#B9519E (or 0xB9519E) is unknown color: approx Mulberry. HEX triplet: B9, 51 and 9E. RGB value is (185,81,158). Sum of RGB (Red+Green+Blue) = 185+81+158=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9519E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9519E is #46AE61. Grayscale: #787878. Windows color (decimal): -4632162 or 10375609. OLE color: 10375609.

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

Color convert

RGB18581158-
CMYK00.560.150.27
HSL315.58º42.62%52.16%-
HSV(B)315.58º56.22%72.55%-
XYZ29.1218.6734.42-
YUV120.87148.96173.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 81 (32.03% from 255) = 19.10%
BLUE value IS 158 (62.11% from 255) = 37.26%
R=43.63%
G=19.10%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858115800.560.150.27315.5842.6252.16
HexB9519E038F1B13c2b34
Octal27112123607017334745364
Binary101110011010001100111100111000111111011100111100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9519E; }

 p { color: rgb(185,81,158); }

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

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

 a { background-color: rgb(185,81,158); }

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

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

 span { border-color: rgb(185,81,158); }

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