#B14B94

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

Shades of Mulberry #B14B94

Tints of Mulberry #B14B94

Color information

#B14B94 (or 0xB14B94) is unknown color: approx Mulberry. HEX triplet: B1, 4B and 94. RGB value is (177,75,148). Sum of RGB (Red+Green+Blue) = 177+75+148=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14B94 is #4EB46B. Grayscale: #717171. Windows color (decimal): -5157996 or 9718705. OLE color: 9718705.

HSL color Cylindrical-coordinate representation of color #B14B94: hue angle of 317.06º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14B94 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB17775148-
CMYK00.580.160.31
HSL317.06º40.48%49.41%-
HSV(B)317.06º57.63%69.41%-
XYZ25.9916.5229.84-
YUV113.82147.29173.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.25%
GREEN value IS 75 (29.69% from 255) = 18.75%
BLUE value IS 148 (58.20% from 255) = 37%
R=44.25%
G=18.75%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777514800.580.160.31317.0640.4849.41
HexB14B9403A101F13d2831
Octal26111322407220374755061
Binary1011000110010111001010001110101000011111100111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14B94; }

 p { color: rgb(177,75,148); }

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

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

 a { background-color: rgb(177,75,148); }

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

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

 span { border-color: rgb(177,75,148); }

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