#B64B99

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

Shades of Mulberry #B64B99

Tints of Mulberry #B64B99

Color information

#B64B99 (or 0xB64B99) is unknown color: approx Mulberry. HEX triplet: B6, 4B and 99. RGB value is (182,75,153). Sum of RGB (Red+Green+Blue) = 182+75+153=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64B99 is #49B466. Grayscale: #737373. Windows color (decimal): -4830311 or 10046390. OLE color: 10046390.

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

Color convert

RGB18275153-
CMYK00.590.160.29
HSL316.26º42.29%50.39%-
HSV(B)316.26º58.79%71.37%-
XYZ27.5617.2832.02-
YUV115.88148.95175.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 75 (29.69% from 255) = 18.29%
BLUE value IS 153 (60.16% from 255) = 37.32%
R=44.39%
G=18.29%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827515300.590.160.29316.2642.2950.39
HexB64B9903B101D13c2a32
Octal26611323107320354745262
Binary1011011010010111001100101110111000011101100111100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64B99; }

 p { color: rgb(182,75,153); }

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

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

 a { background-color: rgb(182,75,153); }

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

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

 span { border-color: rgb(182,75,153); }

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