#B64398

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

Shades of Mulberry #B64398

Tints of Mulberry #B64398

Color information

#B64398 (or 0xB64398) is unknown color: approx Mulberry. HEX triplet: B6, 43 and 98. RGB value is (182,67,152). Sum of RGB (Red+Green+Blue) = 182+67+152=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B64398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64398 is #49BC67. Grayscale: #6E6E6E. Windows color (decimal): -4832360 or 9978806. OLE color: 9978806.

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

Color convert

RGB18267152-
CMYK00.630.160.29
HSL315.65º46.18%48.82%-
HSV(B)315.65º63.19%71.37%-
XYZ26.9716.2331.42-
YUV111.08151.1178.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.39%
GREEN value IS 67 (26.56% from 255) = 16.71%
BLUE value IS 152 (59.77% from 255) = 37.91%
R=45.39%
G=16.71%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826715200.630.160.29315.6546.1848.82
HexB6439803F101D13c2e31
Octal26610323007720354745661
Binary1011011010000111001100001111111000011101100111100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64398; }

 p { color: rgb(182,67,152); }

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

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

 a { background-color: rgb(182,67,152); }

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

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

 span { border-color: rgb(182,67,152); }

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