#B0608F

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

Shades of Mulberry #B0608F

Tints of Mulberry #B0608F

Color information

#B0608F (or 0xB0608F) is unknown color: approx Mulberry. HEX triplet: B0, 60 and 8F. RGB value is (176,96,143). Sum of RGB (Red+Green+Blue) = 176+96+143=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0608F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0608F is #4F9F70. Grayscale: #7D7D7D. Windows color (decimal): -5218161 or 9396400. OLE color: 9396400.

HSL color Cylindrical-coordinate representation of color #B0608F: hue angle of 324.75º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0608F is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17696143-
CMYK00.450.190.31
HSL324.75º33.61%53.33%-
HSV(B)324.75º45.45%69.02%-
XYZ27.0519.5828.34-
YUV125.28138164.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 143 (56.25% from 255) = 34.46%
R=42.41%
G=23.13%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769614300.450.190.31324.7533.6153.33
HexB0608F02D131F1452235
Octal26014021705523375054265
Binary1011000011000001000111101011011001111111101000101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0608F; }

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

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

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

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

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

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

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

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