#B65693

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

Shades of Mulberry #B65693

Tints of Mulberry #B65693

Color information

#B65693 (or 0xB65693) is unknown color: approx Mulberry. HEX triplet: B6, 56 and 93. RGB value is (182,86,147). Sum of RGB (Red+Green+Blue) = 182+86+147=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B65693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65693 is #49A96C. Grayscale: #797979. Windows color (decimal): -4827501 or 9655990. OLE color: 9655990.

HSL color Cylindrical-coordinate representation of color #B65693: hue angle of 321.88º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B65693 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB18286147-
CMYK00.530.190.29
HSL321.88º39.67%52.55%-
HSV(B)321.88º52.75%71.37%-
XYZ27.8918.7129.74-
YUV121.66142.3171.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.86%
GREEN value IS 86 (33.98% from 255) = 20.72%
BLUE value IS 147 (57.81% from 255) = 35.42%
R=43.86%
G=20.72%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828614700.530.190.29321.8839.6752.55
HexB65693035131D1422835
Octal26612622306523355025065
Binary1011011010101101001001101101011001111101101000010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65693; }

 p { color: rgb(182,86,147); }

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

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

 a { background-color: rgb(182,86,147); }

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

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

 span { border-color: rgb(182,86,147); }

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