Html Css Color HEX #B14897 Mulberry

📋 copy color: '#B14897'

red 177 ◦ green 72 ◦ blue 151

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

Shades of Mulberry #B14897

Tints of Mulberry #B14897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.75%

R = 44.25%
G = 18%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B14897 (or 0xB14897) is known color: Mulberry. HEX triplet: B1, 48 and 97. RGB value is (177,72,151). Sum of RGB (Red+Green+Blue) = 177+72+151=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B14897 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14897 is #4EB768. Grayscale: #707070. Windows color (decimal): -5158761 or 9914545. OLE color: 9914545.

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

Color convert

RGB 177 72 151 -
CMYK 0 0.59 0.15 0.31
HSL 314.86º 0.42% 0.49% -
HSV(B) 314.86º 0.59% 0.69% -
XYZ 26.03 16.22 31.04 -
YUV 112.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 177 72 151 0 0.59 0.15 0.31 314.86 0.42 0.49
Hex B1 48 97 0 3B F 1F 13B 2A 31
Octal 261 110 227 0 73 17 37 473 52 61
Binary 10110001 1001000 10010111 0 111011 1111 11111 100111011 101010 110001

Color Harmonies of #B14897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14897

Black with #B14897

Text Example


Text Example

White with #B14897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14897; }

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

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

background-color css

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

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

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

border-color css

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

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

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