#B5608F

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

Shades of Mulberry #B5608F

Tints of Mulberry #B5608F

Color information

#B5608F (or 0xB5608F) is unknown color: approx Mulberry. HEX triplet: B5, 60 and 8F. RGB value is (181,96,143). Sum of RGB (Red+Green+Blue) = 181+96+143=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5608F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5608F is #4A9F70. Grayscale: #7E7E7E. Windows color (decimal): -4890481 or 9396405. OLE color: 9396405.

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

Color convert

RGB18196143-
CMYK00.470.210.29
HSL326.82º36.48%54.31%-
HSV(B)326.82º46.96%70.98%-
XYZ28.220.1728.39-
YUV126.77137.16166.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 143 (56.25% from 255) = 34.05%
R=43.10%
G=22.86%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819614300.470.210.29326.8236.4854.31
HexB5608F02F151D1472436
Octal26514021705725355074466
Binary1011010111000001000111101011111010111101101000111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5608F; }

 p { color: rgb(181,96,143); }

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

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

 a { background-color: rgb(181,96,143); }

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

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

 span { border-color: rgb(181,96,143); }

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