Html Css Color HEX #B14A99 Mulberry

📋 copy color: '#B14A99'

red 177 ◦ green 74 ◦ blue 153

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

Shades of Mulberry #B14A99

Tints of Mulberry #B14A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.32%

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

R = 43.81%
G = 18.32%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B14A99 (or 0xB14A99) is known color: Mulberry. HEX triplet: B1, 4A and 99. RGB value is (177,74,153). Sum of RGB (Red+Green+Blue) = 177+74+153=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14A99 is #4EB566. Grayscale: #717171. Windows color (decimal): -5158247 or 10046129. OLE color: 10046129.

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

Color convert

RGB 177 74 153 -
CMYK 0 0.58 0.14 0.31
HSL 313.98º 0.41% 0.49% -
HSV(B) 313.98º 0.58% 0.69% -
XYZ 26.33 16.54 31.94 -
YUV 113.8 150.12 173.08 -
System Red Green Blue C M Y K H S L
Decimal 177 74 153 0 0.58 0.14 0.31 313.98 0.41 0.49
Hex B1 4A 99 0 3A E 1F 13A 29 31
Octal 261 112 231 0 72 16 37 472 51 61
Binary 10110001 1001010 10011001 0 111010 1110 11111 100111010 101001 110001

Color Harmonies of #B14A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14A99

Black with #B14A99

Text Example


Text Example

White with #B14A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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