#B6468F

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

Shades of Mulberry #B6468F

Tints of Mulberry #B6468F

Color information

#B6468F (or 0xB6468F) is unknown color: approx Mulberry. HEX triplet: B6, 46 and 8F. RGB value is (182,70,143). Sum of RGB (Red+Green+Blue) = 182+70+143=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B6468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6468F is #49B970. Grayscale: #6F6F6F. Windows color (decimal): -4831601 or 9389750. OLE color: 9389750.

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

Color convert

RGB18270143-
CMYK00.620.210.29
HSL320.89º44.44%49.41%-
HSV(B)320.89º61.54%71.37%-
XYZ26.4416.3127.74-
YUV111.81145.61178.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 70 (27.73% from 255) = 17.72%
BLUE value IS 143 (56.25% from 255) = 36.20%
R=46.08%
G=17.72%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827014300.620.210.29320.8944.4449.41
HexB6468F03E151D1412c31
Octal26610621707625355015461
Binary1011011010001101000111101111101010111101101000001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6468F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6468F; }

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

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

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

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

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

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

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

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