Html Css Color HEX #B14788 Mulberry

📋 copy color: '#B14788'

red 177 ◦ green 71 ◦ blue 136

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

Shades of Mulberry #B14788

Tints of Mulberry #B14788

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.49%

 BLUE value IS 136 (53.52% from 255) = 35.42%

R = 46.09%
G = 18.49%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B14788 (or 0xB14788) is known color: Mulberry. HEX triplet: B1, 47 and 88. RGB value is (177,71,136). Sum of RGB (Red+Green+Blue) = 177+71+136=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B14788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14788 is #4EB877. Grayscale: #6D6D6D. Windows color (decimal): -5159032 or 8931249. OLE color: 8931249.

HSL color Cylindrical-coordinate representation of color #B14788: hue angle of 323.21º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14788 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 71 136 -
CMYK 0 0.60 0.23 0.31
HSL 323.21º 0.43% 0.49% -
HSV(B) 323.21º 0.6% 0.69% -
XYZ 24.83 15.63 25 -
YUV 110.1 142.62 175.71 -
System Red Green Blue C M Y K H S L
Decimal 177 71 136 0 0.60 0.23 0.31 323.21 0.43 0.49
Hex B1 47 88 0 3C 17 1F 143 2B 31
Octal 261 107 210 0 74 27 37 503 53 61
Binary 10110001 1000111 10001000 0 111100 10111 11111 101000011 101011 110001

Color Harmonies of #B14788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14788

Black with #B14788

Text Example


Text Example

White with #B14788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14788; }

 p { color: rgb(177,71,136); }

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

background-color css

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

 a { background-color: rgb(177,71,136); }

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

border-color css

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

 span { border-color: rgb(177,71,136); }

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