#B35188

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

Shades of Mulberry #B35188

Tints of Mulberry #B35188

Color information

#B35188 (or 0xB35188) is unknown color: approx Mulberry. HEX triplet: B3, 51 and 88. RGB value is (179,81,136). Sum of RGB (Red+Green+Blue) = 179+81+136=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B35188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35188 is #4CAE77. Grayscale: #747474. Windows color (decimal): -5025400 or 8933811. OLE color: 8933811.

HSL color Cylindrical-coordinate representation of color #B35188: hue angle of 326.33º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B35188 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB17981136-
CMYK00.550.240.30
HSL326.33º39.2%50.98%-
HSV(B)326.33º54.75%70.2%-
XYZ25.9817.2525.25-
YUV116.57138.97172.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.20%
GREEN value IS 81 (32.03% from 255) = 20.45%
BLUE value IS 136 (53.52% from 255) = 34.34%
R=45.20%
G=20.45%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798113600.550.240.30326.3339.250.98
HexB35188037181E1462733
Octal26312121006730365064763
Binary1011001110100011000100001101111100011110101000110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35188; }

 p { color: rgb(179,81,136); }

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

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

 a { background-color: rgb(179,81,136); }

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

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

 span { border-color: rgb(179,81,136); }

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