#B0608E

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

Shades of Mulberry #B0608E

Tints of Mulberry #B0608E

Color information

#B0608E (or 0xB0608E) is unknown color: approx Mulberry. HEX triplet: B0, 60 and 8E. RGB value is (176,96,142). Sum of RGB (Red+Green+Blue) = 176+96+142=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0608E is #4F9F71. Grayscale: #7D7D7D. Windows color (decimal): -5218162 or 9330864. OLE color: 9330864.

HSL color Cylindrical-coordinate representation of color #B0608E: hue angle of 325.5º 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 #B0608E is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17696142-
CMYK00.450.190.31
HSL325.5º33.61%53.33%-
HSV(B)325.5º45.45%69.02%-
XYZ26.9719.5527.94-
YUV125.16137.5164.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 142 (55.86% from 255) = 34.30%
R=42.51%
G=23.19%
B=34.30%

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
Decimal1769614200.450.190.31325.533.6153.33
HexB0608E02D131F1462235
Octal26014021605523375064265
Binary1011000011000001000111001011011001111111101000110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0608E; }

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

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

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

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

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

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

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

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