Html Css Color HEX #B14992 Mulberry

📋 copy color: '#B14992'

red 177 ◦ green 73 ◦ blue 146

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

Shades of Mulberry #B14992

Tints of Mulberry #B14992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.87%

R = 44.7%
G = 18.43%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B14992 (or 0xB14992) is known color: Mulberry. HEX triplet: B1, 49 and 92. RGB value is (177,73,146). Sum of RGB (Red+Green+Blue) = 177+73+146=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B14992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14992 is #4EB66D. Grayscale: #707070. Windows color (decimal): -5158510 or 9587121. OLE color: 9587121.

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

Color convert

RGB 177 73 146 -
CMYK 0 0.59 0.18 0.31
HSL 317.88º 0.42% 0.49% -
HSV(B) 317.88º 0.59% 0.69% -
XYZ 25.7 16.19 28.96 -
YUV 112.42 146.96 174.06 -
System Red Green Blue C M Y K H S L
Decimal 177 73 146 0 0.59 0.18 0.31 317.88 0.42 0.49
Hex B1 49 92 0 3B 12 1F 13E 2A 31
Octal 261 111 222 0 73 22 37 476 52 61
Binary 10110001 1001001 10010010 0 111011 10010 11111 100111110 101010 110001

Color Harmonies of #B14992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14992

Black with #B14992

Text Example


Text Example

White with #B14992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14992; }

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

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

background-color css

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

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

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

border-color css

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

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

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