#B65196

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

Shades of Mulberry #B65196

Tints of Mulberry #B65196

Color information

#B65196 (or 0xB65196) is unknown color: approx Mulberry. HEX triplet: B6, 51 and 96. RGB value is (182,81,150). Sum of RGB (Red+Green+Blue) = 182+81+150=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B65196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65196 is #49AE69. Grayscale: #767676. Windows color (decimal): -4828778 or 9851318. OLE color: 9851318.

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

Color convert

RGB18281150-
CMYK00.550.180.29
HSL319.01º40.89%51.57%-
HSV(B)319.01º55.49%71.37%-
XYZ27.7418.0330.87-
YUV119.06145.46172.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 81 (32.03% from 255) = 19.61%
BLUE value IS 150 (58.98% from 255) = 36.32%
R=44.07%
G=19.61%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828115000.550.180.29319.0140.8951.57
HexB65196037121D13f2934
Octal26612122606722354775164
Binary1011011010100011001011001101111001011101100111111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65196; }

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

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

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

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

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

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

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

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