Html Css Color HEX #B14B95 Mulberry

📋 copy color: '#B14B95'

red 177 ◦ green 75 ◦ blue 149

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

Shades of Mulberry #B14B95

Tints of Mulberry #B14B95

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.7%

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 44.14%
G = 18.7%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B14B95 (or 0xB14B95) is known color: Mulberry. HEX triplet: B1, 4B and 95. RGB value is (177,75,149). Sum of RGB (Red+Green+Blue) = 177+75+149=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14B95 is #4EB46A. Grayscale: #717171. Windows color (decimal): -5157995 or 9784241. OLE color: 9784241.

HSL color Cylindrical-coordinate representation of color #B14B95: hue angle of 316.47º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14B95 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 75 149 -
CMYK 0 0.58 0.16 0.31
HSL 316.47º 0.4% 0.49% -
HSV(B) 316.47º 0.58% 0.69% -
XYZ 26.07 16.55 30.25 -
YUV 113.93 147.79 172.98 -
System Red Green Blue C M Y K H S L
Decimal 177 75 149 0 0.58 0.16 0.31 316.47 0.4 0.49
Hex B1 4B 95 0 3A 10 1F 13C 28 31
Octal 261 113 225 0 72 20 37 474 50 61
Binary 10110001 1001011 10010101 0 111010 10000 11111 100111100 101000 110001

Color Harmonies of #B14B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14B95

Black with #B14B95

Text Example


Text Example

White with #B14B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14B95; }

 p { color: rgb(177,75,149); }

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

background-color css

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

 a { background-color: rgb(177,75,149); }

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

border-color css

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

 span { border-color: rgb(177,75,149); }

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