#B14695

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

Shades of Mulberry #B14695

Tints of Mulberry #B14695

Color information

#B14695 (or 0xB14695) is unknown color: approx Mulberry. HEX triplet: B1, 46 and 95. RGB value is (177,70,149). Sum of RGB (Red+Green+Blue) = 177+70+149=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B14695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14695 is #4EB96A. Grayscale: #6E6E6E. Windows color (decimal): -5159275 or 9782961. OLE color: 9782961.

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

Color convert

RGB17770149-
CMYK00.600.160.31
HSL315.7º43.32%48.43%-
HSV(B)315.7º60.45%69.41%-
XYZ25.7515.930.15-
YUV111149.45175.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 70 (27.73% from 255) = 17.68%
BLUE value IS 149 (58.59% from 255) = 37.63%
R=44.70%
G=17.68%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777014900.600.160.31315.743.3248.43
HexB1469503C101F13c2b30
Octal26110622507420374745360
Binary1011000110001101001010101111001000011111100111100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14695; }

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

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

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

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

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

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

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

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