#B65B93

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

Shades of Mulberry #B65B93

Tints of Mulberry #B65B93

Color information

#B65B93 (or 0xB65B93) is unknown color: approx Mulberry. HEX triplet: B6, 5B and 93. RGB value is (182,91,147). Sum of RGB (Red+Green+Blue) = 182+91+147=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65B93 is #49A46C. Grayscale: #7C7C7C. Windows color (decimal): -4826221 or 9657270. OLE color: 9657270.

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

Color convert

RGB18291147-
CMYK00.50.190.29
HSL323.08º38.4%53.53%-
HSV(B)323.08º50%71.37%-
XYZ28.319.5329.88-
YUV124.59140.65168.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 91 (35.94% from 255) = 21.67%
BLUE value IS 147 (57.81% from 255) = 35%
R=43.33%
G=21.67%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829114700.50.190.29323.0838.453.53
HexB65B93032131D1432636
Octal26613322306223355034666
Binary1011011010110111001001101100101001111101101000011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B93; }

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

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

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

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

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

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

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

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