#B94B9C

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

Shades of Mulberry #B94B9C

Tints of Mulberry #B94B9C

Color information

#B94B9C (or 0xB94B9C) is unknown color: approx Mulberry. HEX triplet: B9, 4B and 9C. RGB value is (185,75,156). Sum of RGB (Red+Green+Blue) = 185+75+156=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94B9C is #46B463. Grayscale: #747474. Windows color (decimal): -4633700 or 10243001. OLE color: 10243001.

HSL color Cylindrical-coordinate representation of color #B94B9C: hue angle of 315.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B94B9C is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB18575156-
CMYK00.590.160.27
HSL315.82º44%50.98%-
HSV(B)315.82º59.46%72.55%-
XYZ28.5217.7533.37-
YUV117.12149.94176.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 75 (29.69% from 255) = 18.03%
BLUE value IS 156 (61.33% from 255) = 37.5%
R=44.47%
G=18.03%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857515600.590.160.27315.824450.98
HexB94B9C03B101B13c2c33
Octal27111323407320334745463
Binary1011100110010111001110001110111000011011100111100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94B9C; }

 p { color: rgb(185,75,156); }

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

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

 a { background-color: rgb(185,75,156); }

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

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

 span { border-color: rgb(185,75,156); }

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