#B2608E

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

Shades of Mulberry #B2608E

Tints of Mulberry #B2608E

Color information

#B2608E (or 0xB2608E) is unknown color: approx Mulberry. HEX triplet: B2, 60 and 8E. RGB value is (178,96,142). Sum of RGB (Red+Green+Blue) = 178+96+142=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2608E is #4D9F71. Grayscale: #7D7D7D. Windows color (decimal): -5087090 or 9330866. OLE color: 9330866.

HSL color Cylindrical-coordinate representation of color #B2608E: hue angle of 326.34º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2608E is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB17896142-
CMYK00.460.200.30
HSL326.34º34.75%53.73%-
HSV(B)326.34º46.07%69.8%-
XYZ27.4319.7827.96-
YUV125.76137.17165.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.79%
GREEN value IS 96 (37.89% from 255) = 23.08%
BLUE value IS 142 (55.86% from 255) = 34.13%
R=42.79%
G=23.08%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789614200.460.200.30326.3434.7553.73
HexB2608E02E141E1462336
Octal26214021605624365064366
Binary1011001011000001000111001011101010011110101000110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2608E; }

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

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

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

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

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

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

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

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