#B6509F

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

Shades of Mulberry #B6509F

Tints of Mulberry #B6509F

Color information

#B6509F (or 0xB6509F) is unknown color: approx Mulberry. HEX triplet: B6, 50 and 9F. RGB value is (182,80,159). Sum of RGB (Red+Green+Blue) = 182+80+159=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B6509F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6509F is #49AF60. Grayscale: #777777. Windows color (decimal): -4829025 or 10440886. OLE color: 10440886.

HSL color Cylindrical-coordinate representation of color #B6509F: hue angle of 313.53º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B6509F is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18280159-
CMYK00.560.130.29
HSL313.53º41.13%51.37%-
HSV(B)313.53º56.04%71.37%-
XYZ28.4218.1934.81-
YUV119.5150.29172.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.23%
GREEN value IS 80 (31.64% from 255) = 19.00%
BLUE value IS 159 (62.5% from 255) = 37.77%
R=43.23%
G=19.00%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828015900.560.130.29313.5341.1351.37
HexB6509F038D1D13a2933
Octal26612023707015354725163
Binary101101101010000100111110111000110111101100111010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6509F; }

 p { color: rgb(182,80,159); }

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

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

 a { background-color: rgb(182,80,159); }

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

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

 span { border-color: rgb(182,80,159); }

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