#B6508A

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

Shades of Mulberry #B6508A

Tints of Mulberry #B6508A

Color information

#B6508A (or 0xB6508A) is unknown color: approx Mulberry. HEX triplet: B6, 50 and 8A. RGB value is (182,80,138). Sum of RGB (Red+Green+Blue) = 182+80+138=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B6508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6508A is #49AF75. Grayscale: #747474. Windows color (decimal): -4829046 or 9064630. OLE color: 9064630.

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

Color convert

RGB18280138-
CMYK00.560.240.29
HSL325.88º41.13%51.37%-
HSV(B)325.88º56.04%71.37%-
XYZ26.7517.5226.02-
YUV117.11139.79174.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.5%
GREEN value IS 80 (31.64% from 255) = 20%
BLUE value IS 138 (54.30% from 255) = 34.5%
R=45.5%
G=20%
B=34.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828013800.560.240.29325.8841.1351.37
HexB6508A038181D1462933
Octal26612021207030355065163
Binary1011011010100001000101001110001100011101101000110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6508A; }

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

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

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

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

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

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

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

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