#B6508D

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

Shades of Mulberry #B6508D

Tints of Mulberry #B6508D

Color information

#B6508D (or 0xB6508D) is unknown color: approx Mulberry. HEX triplet: B6, 50 and 8D. RGB value is (182,80,141). Sum of RGB (Red+Green+Blue) = 182+80+141=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B6508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6508D is #49AF72. Grayscale: #757575. Windows color (decimal): -4829043 or 9261238. OLE color: 9261238.

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

Color convert

RGB18280141-
CMYK00.560.230.29
HSL324.12º41.13%51.37%-
HSV(B)324.12º56.04%71.37%-
XYZ26.9717.6127.18-
YUV117.45141.29174.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 80 (31.64% from 255) = 19.85%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=45.16%
G=19.85%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828014100.560.230.29324.1241.1351.37
HexB6508D038171D1442933
Octal26612021507027355045163
Binary1011011010100001000110101110001011111101101000100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6508D; }

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

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

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

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

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

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

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

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