#B6619B

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

Shades of Mulberry #B6619B

Tints of Mulberry #B6619B

Color information

#B6619B (or 0xB6619B) is unknown color: approx Mulberry. HEX triplet: B6, 61 and 9B. RGB value is (182,97,155). Sum of RGB (Red+Green+Blue) = 182+97+155=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B6619B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6619B is #499E64. Grayscale: #808080. Windows color (decimal): -4824677 or 10183094. OLE color: 10183094.

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

Color convert

RGB18297155-
CMYK00.470.150.29
HSL319.06º36.8%54.71%-
HSV(B)319.06º46.7%71.37%-
XYZ29.4820.8633.48-
YUV129.03142.66165.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.94%
GREEN value IS 97 (38.28% from 255) = 22.35%
BLUE value IS 155 (60.94% from 255) = 35.71%
R=41.94%
G=22.35%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829715500.470.150.29319.0636.854.71
HexB6619B02FF1D13f2537
Octal26614123305717354774567
Binary101101101100001100110110101111111111101100111111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6619B; }

 p { color: rgb(182,97,155); }

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

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

 a { background-color: rgb(182,97,155); }

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

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

 span { border-color: rgb(182,97,155); }

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