#B65C90

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

Shades of Mulberry #B65C90

Tints of Mulberry #B65C90

Color information

#B65C90 (or 0xB65C90) is unknown color: approx Mulberry. HEX triplet: B6, 5C and 90. RGB value is (182,92,144). Sum of RGB (Red+Green+Blue) = 182+92+144=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65C90 is #49A36F. Grayscale: #7C7C7C. Windows color (decimal): -4825968 or 9460918. OLE color: 9460918.

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

Color convert

RGB18292144-
CMYK00.490.210.29
HSL325.33º38.14%53.73%-
HSV(B)325.33º49.45%71.37%-
XYZ28.1519.6128.69-
YUV124.84138.82168.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.54%
GREEN value IS 92 (36.33% from 255) = 22.01%
BLUE value IS 144 (56.64% from 255) = 34.45%
R=43.54%
G=22.01%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829214400.490.210.29325.3338.1453.73
HexB65C90031151D1452636
Octal26613422006125355054666
Binary1011011010111001001000001100011010111101101000101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65C90; }

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

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

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

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

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

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

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

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