#B65690

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

Shades of Mulberry #B65690

Tints of Mulberry #B65690

Color information

#B65690 (or 0xB65690) is unknown color: approx Mulberry. HEX triplet: B6, 56 and 90. RGB value is (182,86,144). Sum of RGB (Red+Green+Blue) = 182+86+144=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B65690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65690 is #49A96F. Grayscale: #797979. Windows color (decimal): -4827504 or 9459382. OLE color: 9459382.

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

Color convert

RGB18286144-
CMYK00.530.210.29
HSL323.75º39.67%52.55%-
HSV(B)323.75º52.75%71.37%-
XYZ27.6518.6128.52-
YUV121.32140.8171.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.17%
GREEN value IS 86 (33.98% from 255) = 20.87%
BLUE value IS 144 (56.64% from 255) = 34.95%
R=44.17%
G=20.87%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828614400.530.210.29323.7539.6752.55
HexB65690035151D1442835
Octal26612622006525355045065
Binary1011011010101101001000001101011010111101101000100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65690; }

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

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

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

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

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

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

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

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