#B94B9D

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

Shades of Mulberry #B94B9D

Tints of Mulberry #B94B9D

Color information

#B94B9D (or 0xB94B9D) is unknown color: approx Mulberry. HEX triplet: B9, 4B and 9D. RGB value is (185,75,157). Sum of RGB (Red+Green+Blue) = 185+75+157=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94B9D is #46B462. Grayscale: #757575. Windows color (decimal): -4633699 or 10308537. OLE color: 10308537.

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

Color convert

RGB18575157-
CMYK00.590.150.27
HSL315.27º44%50.98%-
HSV(B)315.27º59.46%72.55%-
XYZ28.6117.7833.82-
YUV117.24150.44176.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 75 (29.69% from 255) = 17.99%
BLUE value IS 157 (61.72% from 255) = 37.65%
R=44.36%
G=17.99%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857515700.590.150.27315.274450.98
HexB94B9D03BF1B13b2c33
Octal27111323507317334735463
Binary101110011001011100111010111011111111011100111011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94B9D; }

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

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

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

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

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

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

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

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