#B65E93

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

Shades of Mulberry #B65E93

Tints of Mulberry #B65E93

Color information

#B65E93 (or 0xB65E93) is unknown color: approx Mulberry. HEX triplet: B6, 5E and 93. RGB value is (182,94,147). Sum of RGB (Red+Green+Blue) = 182+94+147=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65E93 is #49A16C. Grayscale: #7E7E7E. Windows color (decimal): -4825453 or 9658038. OLE color: 9658038.

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

Color convert

RGB18294147-
CMYK00.480.190.29
HSL323.86º37.61%54.12%-
HSV(B)323.86º48.35%71.37%-
XYZ28.5620.0629.97-
YUV126.35139.65167.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 94 (37.11% from 255) = 22.22%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=43.03%
G=22.22%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829414700.480.190.29323.8637.6154.12
HexB65E93030131D1442636
Octal26613622306023355044666
Binary1011011010111101001001101100001001111101101000100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65E93; }

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

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

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

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

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

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

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

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