Html Css Color HEX #B14A78 Royal Heath

📋 copy color: '#B14A78'

red 177 ◦ green 74 ◦ blue 120

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

Shades of Royal Heath #B14A78

Tints of Royal Heath #B14A78

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.95%

 BLUE value IS 120 (47.27% from 255) = 32.35%

R = 47.71%
G = 19.95%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B14A78 (or 0xB14A78) is known color: Royal Heath. HEX triplet: B1, 4A and 78. RGB value is (177,74,120). Sum of RGB (Red+Green+Blue) = 177+74+120=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14A78 is #4EB587. Grayscale: #6D6D6D. Windows color (decimal): -5158280 or 7883441. OLE color: 7883441.

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

Color convert

RGB 177 74 120 -
CMYK 0 0.58 0.32 0.31
HSL 333.2º 0.41% 0.49% -
HSV(B) 333.2º 0.58% 0.69% -
XYZ 23.97 15.6 19.52 -
YUV 110.04 133.62 175.76 -
System Red Green Blue C M Y K H S L
Decimal 177 74 120 0 0.58 0.32 0.31 333.2 0.41 0.49
Hex B1 4A 78 0 3A 20 1F 14D 29 31
Octal 261 112 170 0 72 40 37 515 51 61
Binary 10110001 1001010 1111000 0 111010 100000 11111 101001101 101001 110001

Color Harmonies of #B14A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14A78

Black with #B14A78

Text Example


Text Example

White with #B14A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14A78; }

 p { color: rgb(177,74,120); }

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

background-color css

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

 a { background-color: rgb(177,74,120); }

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

border-color css

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

 span { border-color: rgb(177,74,120); }

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