#B1459A

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

Shades of Mulberry #B1459A

Tints of Mulberry #B1459A

Color information

#B1459A (or 0xB1459A) is unknown color: approx Mulberry. HEX triplet: B1, 45 and 9A. RGB value is (177,69,154). Sum of RGB (Red+Green+Blue) = 177+69+154=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1459A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1459A is #4EBA65. Grayscale: #6E6E6E. Windows color (decimal): -5159526 or 10110385. OLE color: 10110385.

HSL color Cylindrical-coordinate representation of color #B1459A: hue angle of 312.78º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1459A is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB17769154-
CMYK00.610.130.31
HSL312.78º43.9%48.24%-
HSV(B)312.78º61.02%69.41%-
XYZ26.0915.9432.27-
YUV110.98152.28175.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.25%
GREEN value IS 69 (27.34% from 255) = 17.25%
BLUE value IS 154 (60.55% from 255) = 38.5%
R=44.25%
G=17.25%
B=38.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776915400.610.130.31312.7843.948.24
HexB1459A03DD1F1392c30
Octal26110523207515374715460
Binary101100011000101100110100111101110111111100111001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1459A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1459A; }

 p { color: rgb(177,69,154); }

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

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

 a { background-color: rgb(177,69,154); }

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

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

 span { border-color: rgb(177,69,154); }

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