Html Css Color HEX #B14993 Mulberry

📋 copy color: '#B14993'

red 177 ◦ green 73 ◦ blue 147

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

Shades of Mulberry #B14993

Tints of Mulberry #B14993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.03%

R = 44.58%
G = 18.39%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B14993 (or 0xB14993) is known color: Mulberry. HEX triplet: B1, 49 and 93. RGB value is (177,73,147). Sum of RGB (Red+Green+Blue) = 177+73+147=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B14993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14993 is #4EB66C. Grayscale: #707070. Windows color (decimal): -5158509 or 9652657. OLE color: 9652657.

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

Color convert

RGB 177 73 147 -
CMYK 0 0.59 0.17 0.31
HSL 317.31º 0.42% 0.49% -
HSV(B) 317.31º 0.59% 0.69% -
XYZ 25.78 16.22 29.38 -
YUV 112.53 147.46 173.98 -
System Red Green Blue C M Y K H S L
Decimal 177 73 147 0 0.59 0.17 0.31 317.31 0.42 0.49
Hex B1 49 93 0 3B 11 1F 13D 2A 31
Octal 261 111 223 0 73 21 37 475 52 61
Binary 10110001 1001001 10010011 0 111011 10001 11111 100111101 101010 110001

Color Harmonies of #B14993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14993

Black with #B14993

Text Example


Text Example

White with #B14993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14993; }

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

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

background-color css

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

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

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

border-color css

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

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

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