#B6469B

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

Shades of Mulberry #B6469B

Tints of Mulberry #B6469B

Color information

#B6469B (or 0xB6469B) is unknown color: approx Mulberry. HEX triplet: B6, 46 and 9B. RGB value is (182,70,155). Sum of RGB (Red+Green+Blue) = 182+70+155=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6469B is #49B964. Grayscale: #707070. Windows color (decimal): -4831589 or 10176182. OLE color: 10176182.

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

Color convert

RGB18270155-
CMYK00.620.150.29
HSL314.46º44.44%49.41%-
HSV(B)314.46º61.54%71.37%-
XYZ27.416.6932.79-
YUV113.18151.61177.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 70 (27.73% from 255) = 17.20%
BLUE value IS 155 (60.94% from 255) = 38.08%
R=44.72%
G=17.20%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827015500.620.150.29314.4644.4449.41
HexB6469B03EF1D13a2c31
Octal26610623307617354725461
Binary101101101000110100110110111110111111101100111010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6469B; }

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

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

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

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

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

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

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

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