#B14690

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

Shades of Mulberry #B14690

Tints of Mulberry #B14690

Color information

#B14690 (or 0xB14690) is unknown color: approx Mulberry. HEX triplet: B1, 46 and 90. RGB value is (177,70,144). Sum of RGB (Red+Green+Blue) = 177+70+144=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B14690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14690 is #4EB96F. Grayscale: #6E6E6E. Windows color (decimal): -5159280 or 9455281. OLE color: 9455281.

HSL color Cylindrical-coordinate representation of color #B14690: hue angle of 318.5º 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 #B14690 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17770144-
CMYK00.600.190.31
HSL318.5º43.32%48.43%-
HSV(B)318.5º60.45%69.41%-
XYZ25.3615.7428.09-
YUV110.43146.95175.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 70 (27.73% from 255) = 17.90%
BLUE value IS 144 (56.64% from 255) = 36.83%
R=45.27%
G=17.90%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777014400.600.190.31318.543.3248.43
HexB1469003C131F13f2b30
Octal26110622007423374775360
Binary1011000110001101001000001111001001111111100111111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14690; }

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

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

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

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

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

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

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

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