Html Css Color HEX #B14B8F Mulberry

📋 copy color: '#B14B8F'

red 177 ◦ green 75 ◦ blue 143

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

Shades of Mulberry #B14B8F

Tints of Mulberry #B14B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.2%

R = 44.81%
G = 18.99%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B14B8F (or 0xB14B8F) is known color: Mulberry. HEX triplet: B1, 4B and 8F. RGB value is (177,75,143). Sum of RGB (Red+Green+Blue) = 177+75+143=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14B8F is #4EB470. Grayscale: #717171. Windows color (decimal): -5158001 or 9391025. OLE color: 9391025.

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

Color convert

RGB 177 75 143 -
CMYK 0 0.58 0.19 0.31
HSL 320º 0.4% 0.49% -
HSV(B) 320º 0.58% 0.69% -
XYZ 25.61 16.36 27.8 -
YUV 113.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 177 75 143 0 0.58 0.19 0.31 320 0.4 0.49
Hex B1 4B 8F 0 3A 13 1F 140 28 31
Octal 261 113 217 0 72 23 37 500 50 61
Binary 10110001 1001011 10001111 0 111010 10011 11111 101000000 101000 110001

Color Harmonies of #B14B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14B8F

Black with #B14B8F

Text Example


Text Example

White with #B14B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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