#B84C9C

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

Shades of Mulberry #B84C9C

Tints of Mulberry #B84C9C

Color information

#B84C9C (or 0xB84C9C) is unknown color: approx Mulberry. HEX triplet: B8, 4C and 9C. RGB value is (184,76,156). Sum of RGB (Red+Green+Blue) = 184+76+156=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84C9C is #47B363. Grayscale: #757575. Windows color (decimal): -4698980 or 10243256. OLE color: 10243256.

HSL color Cylindrical-coordinate representation of color #B84C9C: hue angle of 315.56º 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 #B84C9C is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB18476156-
CMYK00.590.150.28
HSL315.56º43.2%50.98%-
HSV(B)315.56º58.7%72.16%-
XYZ28.3517.7633.39-
YUV117.41149.78175.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.23%
GREEN value IS 76 (30.08% from 255) = 18.27%
BLUE value IS 156 (61.33% from 255) = 37.5%
R=44.23%
G=18.27%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847615600.590.150.28315.5643.250.98
HexB84C9C03BF1C13c2b33
Octal27011423407317344745363
Binary101110001001100100111000111011111111100100111100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84C9C; }

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

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

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

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

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

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

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

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