#B2608F

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

Shades of Mulberry #B2608F

Tints of Mulberry #B2608F

Color information

#B2608F (or 0xB2608F) is unknown color: approx Mulberry. HEX triplet: B2, 60 and 8F. RGB value is (178,96,143). Sum of RGB (Red+Green+Blue) = 178+96+143=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2608F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2608F is #4D9F70. Grayscale: #7D7D7D. Windows color (decimal): -5087089 or 9396402. OLE color: 9396402.

HSL color Cylindrical-coordinate representation of color #B2608F: hue angle of 325.61º 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 #B2608F is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB17896143-
CMYK00.460.200.30
HSL325.61º34.75%53.73%-
HSV(B)325.61º46.07%69.8%-
XYZ27.519.8128.36-
YUV125.88137.67165.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.69%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 143 (56.25% from 255) = 34.29%
R=42.69%
G=23.02%
B=34.29%

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
Decimal1789614300.460.200.30325.6134.7553.73
HexB2608F02E141E1462336
Octal26214021705624365064366
Binary1011001011000001000111101011101010011110101000110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2608F; }

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

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

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

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

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

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

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

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