#B6609B

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

Shades of Mulberry #B6609B

Tints of Mulberry #B6609B

Color information

#B6609B (or 0xB6609B) is unknown color: approx Mulberry. HEX triplet: B6, 60 and 9B. RGB value is (182,96,155). Sum of RGB (Red+Green+Blue) = 182+96+155=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B6609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6609B is #499F64. Grayscale: #808080. Windows color (decimal): -4824933 or 10182838. OLE color: 10182838.

HSL color Cylindrical-coordinate representation of color #B6609B: hue angle of 318.84º 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 #B6609B is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB18296155-
CMYK00.470.150.29
HSL318.84º37.07%54.51%-
HSV(B)318.84º47.25%71.37%-
XYZ29.3920.6833.45-
YUV128.44142.99166.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.03%
GREEN value IS 96 (37.89% from 255) = 22.17%
BLUE value IS 155 (60.94% from 255) = 35.80%
R=42.03%
G=22.17%
B=35.80%

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
Decimal1829615500.470.150.29318.8437.0754.51
HexB6609B02FF1D13f2537
Octal26614023305717354774567
Binary101101101100000100110110101111111111101100111111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6609B; }

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

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

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

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

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

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

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

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