#B65990

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

Shades of Mulberry #B65990

Tints of Mulberry #B65990

Color information

#B65990 (or 0xB65990) is unknown color: approx Mulberry. HEX triplet: B6, 59 and 90. RGB value is (182,89,144). Sum of RGB (Red+Green+Blue) = 182+89+144=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B65990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65990 is #49A66F. Grayscale: #7A7A7A. Windows color (decimal): -4826736 or 9460150. OLE color: 9460150.

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

Color convert

RGB18289144-
CMYK00.510.210.29
HSL324.52º38.91%53.14%-
HSV(B)324.52º51.1%71.37%-
XYZ27.919.128.6-
YUV123.08139.81170.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.86%
GREEN value IS 89 (35.16% from 255) = 21.45%
BLUE value IS 144 (56.64% from 255) = 34.70%
R=43.86%
G=21.45%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828914400.510.210.29324.5238.9153.14
HexB65990033151D1452735
Octal26613122006325355054765
Binary1011011010110011001000001100111010111101101000101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65990; }

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

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

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

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

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

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

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

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