#B94598

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

Shades of Mulberry #B94598

Tints of Mulberry #B94598

Color information

#B94598 (or 0xB94598) is unknown color: approx Mulberry. HEX triplet: B9, 45 and 98. RGB value is (185,69,152). Sum of RGB (Red+Green+Blue) = 185+69+152=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B94598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94598 is #46BA67. Grayscale: #707070. Windows color (decimal): -4635240 or 9979321. OLE color: 9979321.

HSL color Cylindrical-coordinate representation of color #B94598: hue angle of 317.07º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94598 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18569152-
CMYK00.630.180.27
HSL317.07º45.67%49.8%-
HSV(B)317.07º62.7%72.55%-
XYZ27.816.8431.49-
YUV113.15149.93179.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.57%
GREEN value IS 69 (27.34% from 255) = 17.00%
BLUE value IS 152 (59.77% from 255) = 37.44%
R=45.57%
G=17.00%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856915200.630.180.27317.0745.6749.8
HexB9459803F121B13d2e32
Octal27110523007722334755662
Binary1011100110001011001100001111111001011011100111101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94598; }

 p { color: rgb(185,69,152); }

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

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

 a { background-color: rgb(185,69,152); }

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

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

 span { border-color: rgb(185,69,152); }

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