#B14696

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

Shades of Mulberry #B14696

Tints of Mulberry #B14696

Color information

#B14696 (or 0xB14696) is unknown color: approx Mulberry. HEX triplet: B1, 46 and 96. RGB value is (177,70,150). Sum of RGB (Red+Green+Blue) = 177+70+150=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B14696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14696 is #4EB969. Grayscale: #6E6E6E. Windows color (decimal): -5159274 or 9848497. OLE color: 9848497.

HSL color Cylindrical-coordinate representation of color #B14696: hue angle of 315.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14696 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17770150-
CMYK00.600.150.31
HSL315.14º43.32%48.43%-
HSV(B)315.14º60.45%69.41%-
XYZ25.8315.9330.57-
YUV111.11149.95175-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 70 (27.73% from 255) = 17.63%
BLUE value IS 150 (58.98% from 255) = 37.78%
R=44.58%
G=17.63%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777015000.600.150.31315.1443.3248.43
HexB1469603CF1F13b2b30
Octal26110622607417374735360
Binary101100011000110100101100111100111111111100111011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14696; }

 p { color: rgb(177,70,150); }

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

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

 a { background-color: rgb(177,70,150); }

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

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

 span { border-color: rgb(177,70,150); }

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