Html Css Color HEX #B14778 Royal Heath

📋 copy color: '#B14778'

red 177 ◦ green 71 ◦ blue 120

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

Shades of Royal Heath #B14778

Tints of Royal Heath #B14778

RGB

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

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

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

R = 48.1%
G = 19.29%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B14778 (or 0xB14778) is known color: Royal Heath. HEX triplet: B1, 47 and 78. RGB value is (177,71,120). Sum of RGB (Red+Green+Blue) = 177+71+120=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B14778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14778 is #4EB887. Grayscale: #6C6C6C. Windows color (decimal): -5159048 or 7882673. OLE color: 7882673.

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

Color convert

RGB 177 71 120 -
CMYK 0 0.60 0.32 0.31
HSL 332.26º 0.43% 0.49% -
HSV(B) 332.26º 0.6% 0.69% -
XYZ 23.77 15.21 19.45 -
YUV 108.28 134.62 177.02 -
System Red Green Blue C M Y K H S L
Decimal 177 71 120 0 0.60 0.32 0.31 332.26 0.43 0.49
Hex B1 47 78 0 3C 20 1F 14C 2B 31
Octal 261 107 170 0 74 40 37 514 53 61
Binary 10110001 1000111 1111000 0 111100 100000 11111 101001100 101011 110001

Color Harmonies of #B14778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14778

Black with #B14778

Text Example


Text Example

White with #B14778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14778; }

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

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

background-color css

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

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

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

border-color css

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

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

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