#B65E96

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

Shades of Mulberry #B65E96

Tints of Mulberry #B65E96

Color information

#B65E96 (or 0xB65E96) is unknown color: approx Mulberry. HEX triplet: B6, 5E and 96. RGB value is (182,94,150). Sum of RGB (Red+Green+Blue) = 182+94+150=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65E96 is #49A169. Grayscale: #7E7E7E. Windows color (decimal): -4825450 or 9854646. OLE color: 9854646.

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

Color convert

RGB18294150-
CMYK00.480.180.29
HSL321.82º37.61%54.12%-
HSV(B)321.82º48.35%71.37%-
XYZ28.820.1531.23-
YUV126.7141.15167.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 94 (37.11% from 255) = 22.07%
BLUE value IS 150 (58.98% from 255) = 35.21%
R=42.72%
G=22.07%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829415000.480.180.29321.8237.6154.12
HexB65E96030121D1422636
Octal26613622606022355024666
Binary1011011010111101001011001100001001011101101000010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65E96; }

 p { color: rgb(182,94,150); }

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

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

 a { background-color: rgb(182,94,150); }

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

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

 span { border-color: rgb(182,94,150); }

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