#B1469A

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

Shades of Mulberry #B1469A

Tints of Mulberry #B1469A

Color information

#B1469A (or 0xB1469A) is unknown color: approx Mulberry. HEX triplet: B1, 46 and 9A. RGB value is (177,70,154). Sum of RGB (Red+Green+Blue) = 177+70+154=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1469A is #4EB965. Grayscale: #6F6F6F. Windows color (decimal): -5159270 or 10110641. OLE color: 10110641.

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

Color convert

RGB17770154-
CMYK00.600.130.31
HSL312.9º43.32%48.43%-
HSV(B)312.9º60.45%69.41%-
XYZ26.1516.0632.29-
YUV111.57151.95174.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 70 (27.73% from 255) = 17.46%
BLUE value IS 154 (60.55% from 255) = 38.40%
R=44.14%
G=17.46%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777015400.600.130.31312.943.3248.43
HexB1469A03CD1F1392b30
Octal26110623207415374715360
Binary101100011000110100110100111100110111111100111001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1469A; }

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

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

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

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

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

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

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

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