Html Css Color HEX #B54777 Royal Heath

📋 copy color: '#B54777'

red 181 ◦ green 71 ◦ blue 119

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

Shades of Royal Heath #B54777

Tints of Royal Heath #B54777

RGB

 RED value IS 181 (71.09% from 255) = 48.79%

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

 BLUE value IS 119 (46.88% from 255) = 32.08%

R = 48.79%
G = 19.14%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B54777 (or 0xB54777) is known color: Royal Heath. HEX triplet: B5, 47 and 77. RGB value is (181,71,119). Sum of RGB (Red+Green+Blue) = 181+71+119=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B54777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54777 is #4AB888. Grayscale: #6D6D6D. Windows color (decimal): -4896905 or 7817141. OLE color: 7817141.

HSL color Cylindrical-coordinate representation of color #B54777: hue angle of 333.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54777 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 71 119 -
CMYK 0 0.61 0.34 0.29
HSL 333.82º 0.44% 0.49% -
HSV(B) 333.82º 0.61% 0.71% -
XYZ 24.64 15.66 19.18 -
YUV 109.36 133.44 179.1 -
System Red Green Blue C M Y K H S L
Decimal 181 71 119 0 0.61 0.34 0.29 333.82 0.44 0.49
Hex B5 47 77 0 3D 22 1D 14E 2C 31
Octal 265 107 167 0 75 42 35 516 54 61
Binary 10110101 1000111 1110111 0 111101 100010 11101 101001110 101100 110001

Color Harmonies of #B54777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54777

Black with #B54777

Text Example


Text Example

White with #B54777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54777; }

 p { color: rgb(181,71,119); }

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

background-color css

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

 a { background-color: rgb(181,71,119); }

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

border-color css

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

 span { border-color: rgb(181,71,119); }

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