#B6469D

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

Shades of Mulberry #B6469D

Tints of Mulberry #B6469D

Color information

#B6469D (or 0xB6469D) is unknown color: approx Mulberry. HEX triplet: B6, 46 and 9D. RGB value is (182,70,157). Sum of RGB (Red+Green+Blue) = 182+70+157=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B6469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6469D is #49B962. Grayscale: #717171. Windows color (decimal): -4831587 or 10307254. OLE color: 10307254.

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

Color convert

RGB18270157-
CMYK00.620.140.29
HSL313.39º44.44%49.41%-
HSV(B)313.39º61.54%71.37%-
XYZ27.5716.7633.68-
YUV113.41152.61176.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 70 (27.73% from 255) = 17.11%
BLUE value IS 157 (61.72% from 255) = 38.39%
R=44.50%
G=17.11%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827015700.620.140.29313.3944.4449.41
HexB6469D03EE1D1392c31
Octal26610623507616354715461
Binary101101101000110100111010111110111011101100111001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6469D; }

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

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

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

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

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

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

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

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