#B84C9E

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

Shades of Mulberry #B84C9E

Tints of Mulberry #B84C9E

Color information

#B84C9E (or 0xB84C9E) is unknown color: approx Mulberry. HEX triplet: B8, 4C and 9E. RGB value is (184,76,158). Sum of RGB (Red+Green+Blue) = 184+76+158=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84C9E is #47B361. Grayscale: #757575. Windows color (decimal): -4698978 or 10374328. OLE color: 10374328.

HSL color Cylindrical-coordinate representation of color #B84C9E: hue angle of 314.44º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84C9E is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB18476158-
CMYK00.590.140.28
HSL314.44º43.2%50.98%-
HSV(B)314.44º58.7%72.16%-
XYZ28.5217.8334.29-
YUV117.64150.78175.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 76 (30.08% from 255) = 18.18%
BLUE value IS 158 (62.11% from 255) = 37.80%
R=44.02%
G=18.18%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847615800.590.140.28314.4443.250.98
HexB84C9E03BE1C13a2b33
Octal27011423607316344725363
Binary101110001001100100111100111011111011100100111010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84C9E; }

 p { color: rgb(184,76,158); }

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

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

 a { background-color: rgb(184,76,158); }

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

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

 span { border-color: rgb(184,76,158); }

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