#B14B98

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

Shades of Mulberry #B14B98

Tints of Mulberry #B14B98

Color information

#B14B98 (or 0xB14B98) is unknown color: approx Mulberry. HEX triplet: B1, 4B and 98. RGB value is (177,75,152). Sum of RGB (Red+Green+Blue) = 177+75+152=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14B98 is #4EB467. Grayscale: #727272. Windows color (decimal): -5157992 or 9980849. OLE color: 9980849.

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

Color convert

RGB17775152-
CMYK00.580.140.31
HSL314.71º40.48%49.41%-
HSV(B)314.71º57.63%69.41%-
XYZ26.3216.6531.53-
YUV114.28149.29172.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 75 (29.69% from 255) = 18.56%
BLUE value IS 152 (59.77% from 255) = 37.62%
R=43.81%
G=18.56%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777515200.580.140.31314.7140.4849.41
HexB14B9803AE1F13b2831
Octal26111323007216374735061
Binary101100011001011100110000111010111011111100111011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14B98; }

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

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

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

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

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

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

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

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