Html Css Color HEX #B14890 Mulberry

📋 copy color: '#B14890'

red 177 ◦ green 72 ◦ blue 144

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

Shades of Mulberry #B14890

Tints of Mulberry #B14890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.64%

R = 45.04%
G = 18.32%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B14890 (or 0xB14890) is known color: Mulberry. HEX triplet: B1, 48 and 90. RGB value is (177,72,144). Sum of RGB (Red+Green+Blue) = 177+72+144=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B14890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14890 is #4EB76F. Grayscale: #6F6F6F. Windows color (decimal): -5158768 or 9455793. OLE color: 9455793.

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

Color convert

RGB 177 72 144 -
CMYK 0 0.59 0.19 0.31
HSL 318.86º 0.42% 0.49% -
HSV(B) 318.86º 0.59% 0.69% -
XYZ 25.48 16 28.13 -
YUV 111.6 146.29 174.65 -
System Red Green Blue C M Y K H S L
Decimal 177 72 144 0 0.59 0.19 0.31 318.86 0.42 0.49
Hex B1 48 90 0 3B 13 1F 13F 2A 31
Octal 261 110 220 0 73 23 37 477 52 61
Binary 10110001 1001000 10010000 0 111011 10011 11111 100111111 101010 110001

Color Harmonies of #B14890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14890

Black with #B14890

Text Example


Text Example

White with #B14890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14890; }

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

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

background-color css

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

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

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

border-color css

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

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

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