Html Css Color HEX #B14983 Mulberry

📋 copy color: '#B14983'

red 177 ◦ green 73 ◦ blue 131

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

Shades of Mulberry #B14983

Tints of Mulberry #B14983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.38%

R = 46.46%
G = 19.16%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B14983 (or 0xB14983) is known color: Mulberry. HEX triplet: B1, 49 and 83. RGB value is (177,73,131). Sum of RGB (Red+Green+Blue) = 177+73+131=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B14983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14983 is #4EB67C. Grayscale: #6E6E6E. Windows color (decimal): -5158525 or 8604081. OLE color: 8604081.

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

Color convert

RGB 177 73 131 -
CMYK 0 0.59 0.26 0.31
HSL 326.54º 0.42% 0.49% -
HSV(B) 326.54º 0.59% 0.69% -
XYZ 24.61 15.75 23.22 -
YUV 110.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 177 73 131 0 0.59 0.26 0.31 326.54 0.42 0.49
Hex B1 49 83 0 3B 1A 1F 147 2A 31
Octal 261 111 203 0 73 32 37 507 52 61
Binary 10110001 1001001 10000011 0 111011 11010 11111 101000111 101010 110001

Color Harmonies of #B14983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14983

Black with #B14983

Text Example


Text Example

White with #B14983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14983; }

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

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

background-color css

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

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

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

border-color css

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

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

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