Html Css Color HEX #B14899 Mulberry

📋 copy color: '#B14899'

red 177 ◦ green 72 ◦ blue 153

#B14899
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #B14899

Tints of Mulberry #B14899

RGB

 RED value IS 177 (69.53% from 255) = 44.03%

 GREEN value IS 72 (28.52% from 255) = 17.91%

 BLUE value IS 153 (60.16% from 255) = 38.06%

R = 44.03%
G = 17.91%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B14899 (or 0xB14899) is known color: Mulberry. HEX triplet: B1, 48 and 99. RGB value is (177,72,153). Sum of RGB (Red+Green+Blue) = 177+72+153=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B14899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14899 is #4EB766. Grayscale: #707070. Windows color (decimal): -5158759 or 10045617. OLE color: 10045617.

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

Color convert

RGB 177 72 153 -
CMYK 0 0.59 0.14 0.31
HSL 313.71º 0.42% 0.49% -
HSV(B) 313.71º 0.59% 0.69% -
XYZ 26.2 16.28 31.9 -
YUV 112.63 150.79 173.91 -
System Red Green Blue C M Y K H S L
Decimal 177 72 153 0 0.59 0.14 0.31 313.71 0.42 0.49
Hex B1 48 99 0 3B E 1F 13A 2A 31
Octal 261 110 231 0 73 16 37 472 52 61
Binary 10110001 1001000 10011001 0 111011 1110 11111 100111010 101010 110001

Color Harmonies of #B14899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14899

Black with #B14899

Text Example


Text Example

White with #B14899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14899; }

 p { color: rgb(177,72,153); }

 H1.HeaderClassName
 {
   color: #B14899;
 }
 .AnyTagClassName
 {
   color: #B14899;
 }
</style>

background-color css

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

 a { background-color: rgb(177,72,153); }

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

border-color css

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

 span { border-color: rgb(177,72,153); }

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