Html Css Color HEX #B14F8A Mulberry

📋 copy color: '#B14F8A'

red 177 ◦ green 79 ◦ blue 138

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

Shades of Mulberry #B14F8A

Tints of Mulberry #B14F8A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.05%

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 44.92%
G = 20.05%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B14F8A (or 0xB14F8A) is known color: Mulberry. HEX triplet: B1, 4F and 8A. RGB value is (177,79,138). Sum of RGB (Red+Green+Blue) = 177+79+138=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14F8A is #4EB075. Grayscale: #727272. Windows color (decimal): -5156982 or 9064369. OLE color: 9064369.

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

Color convert

RGB 177 79 138 -
CMYK 0 0.55 0.22 0.31
HSL 323.88º 0.39% 0.5% -
HSV(B) 323.88º 0.55% 0.69% -
XYZ 25.51 16.77 25.94 -
YUV 115.03 140.97 172.2 -
System Red Green Blue C M Y K H S L
Decimal 177 79 138 0 0.55 0.22 0.31 323.88 0.39 0.5
Hex B1 4F 8A 0 37 16 1F 144 27 32
Octal 261 117 212 0 67 26 37 504 47 62
Binary 10110001 1001111 10001010 0 110111 10110 11111 101000100 100111 110010

Color Harmonies of #B14F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14F8A

Black with #B14F8A

Text Example


Text Example

White with #B14F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14F8A; }

 p { color: rgb(177,79,138); }

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

background-color css

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

 a { background-color: rgb(177,79,138); }

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

border-color css

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

 span { border-color: rgb(177,79,138); }

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