Html Css Color HEX #B14E8D Mulberry

📋 copy color: '#B14E8D'

red 177 ◦ green 78 ◦ blue 141

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

Shades of Mulberry #B14E8D

Tints of Mulberry #B14E8D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.7%

 BLUE value IS 141 (55.47% from 255) = 35.61%

R = 44.7%
G = 19.7%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B14E8D (or 0xB14E8D) is known color: Mulberry. HEX triplet: B1, 4E and 8D. RGB value is (177,78,141). Sum of RGB (Red+Green+Blue) = 177+78+141=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14E8D is #4EB172. Grayscale: #727272. Windows color (decimal): -5157235 or 9260721. OLE color: 9260721.

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

Color convert

RGB 177 78 141 -
CMYK 0 0.56 0.20 0.31
HSL 321.82º 0.39% 0.5% -
HSV(B) 321.82º 0.56% 0.69% -
XYZ 25.66 16.72 27.07 -
YUV 114.78 142.8 172.38 -
System Red Green Blue C M Y K H S L
Decimal 177 78 141 0 0.56 0.20 0.31 321.82 0.39 0.5
Hex B1 4E 8D 0 38 14 1F 142 27 32
Octal 261 116 215 0 70 24 37 502 47 62
Binary 10110001 1001110 10001101 0 111000 10100 11111 101000010 100111 110010

Color Harmonies of #B14E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14E8D

Black with #B14E8D

Text Example


Text Example

White with #B14E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14E8D; }

 p { color: rgb(177,78,141); }

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

background-color css

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

 a { background-color: rgb(177,78,141); }

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

border-color css

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

 span { border-color: rgb(177,78,141); }

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