Html Css Color HEX #B1498E Mulberry

📋 copy color: '#B1498E'

red 177 ◦ green 73 ◦ blue 142

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

Shades of Mulberry #B1498E

Tints of Mulberry #B1498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.62%

 BLUE value IS 142 (55.86% from 255) = 36.22%

R = 45.15%
G = 18.62%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1498E (or 0xB1498E) is known color: Mulberry. HEX triplet: B1, 49 and 8E. RGB value is (177,73,142). Sum of RGB (Red+Green+Blue) = 177+73+142=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B1498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1498E is #4EB671. Grayscale: #6F6F6F. Windows color (decimal): -5158514 or 9324977. OLE color: 9324977.

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

Color convert

RGB 177 73 142 -
CMYK 0 0.59 0.20 0.31
HSL 320.19º 0.42% 0.49% -
HSV(B) 320.19º 0.59% 0.69% -
XYZ 25.4 16.07 27.35 -
YUV 111.96 144.96 174.39 -
System Red Green Blue C M Y K H S L
Decimal 177 73 142 0 0.59 0.20 0.31 320.19 0.42 0.49
Hex B1 49 8E 0 3B 14 1F 140 2A 31
Octal 261 111 216 0 73 24 37 500 52 61
Binary 10110001 1001001 10001110 0 111011 10100 11111 101000000 101010 110001

Color Harmonies of #B1498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1498E

Black with #B1498E

Text Example


Text Example

White with #B1498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1498E; }

 p { color: rgb(177,73,142); }

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

background-color css

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

 a { background-color: rgb(177,73,142); }

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

border-color css

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

 span { border-color: rgb(177,73,142); }

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