#B55F94

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

Shades of Mulberry #B55F94

Tints of Mulberry #B55F94

Color information

#B55F94 (or 0xB55F94) is unknown color: approx Mulberry. HEX triplet: B5, 5F and 94. RGB value is (181,95,148). Sum of RGB (Red+Green+Blue) = 181+95+148=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55F94 is #4AA06B. Grayscale: #7E7E7E. Windows color (decimal): -4890732 or 9723829. OLE color: 9723829.

HSL color Cylindrical-coordinate representation of color #B55F94: hue angle of 323.02º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55F94 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB18195148-
CMYK00.480.180.29
HSL323.02º36.75%54.12%-
HSV(B)323.02º47.51%70.98%-
XYZ28.4920.1530.4-
YUV126.76139.99166.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 95 (37.5% from 255) = 22.41%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=42.69%
G=22.41%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819514800.480.180.29323.0236.7554.12
HexB55F94030121D1432536
Octal26513722406022355034566
Binary1011010110111111001010001100001001011101101000011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55F94; }

 p { color: rgb(181,95,148); }

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

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

 a { background-color: rgb(181,95,148); }

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

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

 span { border-color: rgb(181,95,148); }

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