#B1468E

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

Shades of Mulberry #B1468E

Tints of Mulberry #B1468E

Color information

#B1468E (or 0xB1468E) is unknown color: approx Mulberry. HEX triplet: B1, 46 and 8E. RGB value is (177,70,142). Sum of RGB (Red+Green+Blue) = 177+70+142=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1468E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1468E is #4EB971. Grayscale: #6E6E6E. Windows color (decimal): -5159282 or 9324209. OLE color: 9324209.

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

Color convert

RGB17770142-
CMYK00.600.200.31
HSL319.63º43.32%48.43%-
HSV(B)319.63º60.45%69.41%-
XYZ25.215.6827.29-
YUV110.2145.95175.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 70 (27.73% from 255) = 17.99%
BLUE value IS 142 (55.86% from 255) = 36.50%
R=45.50%
G=17.99%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777014200.600.200.31319.6343.3248.43
HexB1468E03C141F1402b30
Octal26110621607424375005360
Binary1011000110001101000111001111001010011111101000000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1468E; }

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

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

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

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

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

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

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

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