Html Css Color HEX #B14C95 Mulberry

📋 copy color: '#B14C95'

red 177 ◦ green 76 ◦ blue 149

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

Shades of Mulberry #B14C95

Tints of Mulberry #B14C95

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.91%

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

R = 44.03%
G = 18.91%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B14C95 (or 0xB14C95) is known color: Mulberry. HEX triplet: B1, 4C and 95. RGB value is (177,76,149). Sum of RGB (Red+Green+Blue) = 177+76+149=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14C95 is #4EB36A. Grayscale: #727272. Windows color (decimal): -5157739 or 9784497. OLE color: 9784497.

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

Color convert

RGB 177 76 149 -
CMYK 0 0.57 0.16 0.31
HSL 316.63º 0.4% 0.5% -
HSV(B) 316.63º 0.57% 0.69% -
XYZ 26.14 16.69 30.28 -
YUV 114.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 177 76 149 0 0.57 0.16 0.31 316.63 0.4 0.5
Hex B1 4C 95 0 39 10 1F 13D 28 32
Octal 261 114 225 0 71 20 37 475 50 62
Binary 10110001 1001100 10010101 0 111001 10000 11111 100111101 101000 110010

Color Harmonies of #B14C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14C95

Black with #B14C95

Text Example


Text Example

White with #B14C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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