Html Css Color HEX #B14780 Royal Heath

📋 copy color: '#B14780'

red 177 ◦ green 71 ◦ blue 128

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

Shades of Royal Heath #B14780

Tints of Royal Heath #B14780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.04%

R = 47.07%
G = 18.88%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B14780 (or 0xB14780) is known color: Royal Heath. HEX triplet: B1, 47 and 80. RGB value is (177,71,128). Sum of RGB (Red+Green+Blue) = 177+71+128=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B14780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14780 is #4EB87F. Grayscale: #6D6D6D. Windows color (decimal): -5159040 or 8406961. OLE color: 8406961.

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

Color convert

RGB 177 71 128 -
CMYK 0 0.60 0.28 0.31
HSL 327.74º 0.43% 0.49% -
HSV(B) 327.74º 0.6% 0.69% -
XYZ 24.28 15.41 22.12 -
YUV 109.19 138.62 176.37 -
System Red Green Blue C M Y K H S L
Decimal 177 71 128 0 0.60 0.28 0.31 327.74 0.43 0.49
Hex B1 47 80 0 3C 1C 1F 148 2B 31
Octal 261 107 200 0 74 34 37 510 53 61
Binary 10110001 1000111 10000000 0 111100 11100 11111 101001000 101011 110001

Color Harmonies of #B14780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14780

Black with #B14780

Text Example


Text Example

White with #B14780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14780; }

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

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

background-color css

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

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

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

border-color css

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

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

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