Html Css Color HEX #B14799 Mulberry

📋 copy color: '#B14799'

red 177 ◦ green 71 ◦ blue 153

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

Shades of Mulberry #B14799

Tints of Mulberry #B14799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.71%

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

R = 44.14%
G = 17.71%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B14799 (or 0xB14799) is known color: Mulberry. HEX triplet: B1, 47 and 99. RGB value is (177,71,153). Sum of RGB (Red+Green+Blue) = 177+71+153=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B14799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14799 is #4EB866. Grayscale: #6F6F6F. Windows color (decimal): -5159015 or 10045361. OLE color: 10045361.

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

Color convert

RGB 177 71 153 -
CMYK 0 0.60 0.14 0.31
HSL 313.58º 0.43% 0.49% -
HSV(B) 313.58º 0.6% 0.69% -
XYZ 26.13 16.15 31.88 -
YUV 112.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 177 71 153 0 0.60 0.14 0.31 313.58 0.43 0.49
Hex B1 47 99 0 3C E 1F 13A 2B 31
Octal 261 107 231 0 74 16 37 472 53 61
Binary 10110001 1000111 10011001 0 111100 1110 11111 100111010 101011 110001

Color Harmonies of #B14799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14799

Black with #B14799

Text Example


Text Example

White with #B14799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14799; }

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

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

background-color css

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

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

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

border-color css

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

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

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