Html Css Color HEX #B54774 Royal Heath

📋 copy color: '#B54774'

red 181 ◦ green 71 ◦ blue 116

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

Shades of Royal Heath #B54774

Tints of Royal Heath #B54774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.52%

R = 49.18%
G = 19.29%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B54774 (or 0xB54774) is known color: Royal Heath. HEX triplet: B5, 47 and 74. RGB value is (181,71,116). Sum of RGB (Red+Green+Blue) = 181+71+116=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B54774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54774 is #4AB88B. Grayscale: #6C6C6C. Windows color (decimal): -4896908 or 7620533. OLE color: 7620533.

HSL color Cylindrical-coordinate representation of color #B54774: hue angle of 335.45º 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 #B54774 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 71 116 -
CMYK 0 0.61 0.36 0.29
HSL 335.45º 0.44% 0.49% -
HSV(B) 335.45º 0.61% 0.71% -
XYZ 24.46 15.59 18.24 -
YUV 109.02 131.94 179.34 -
System Red Green Blue C M Y K H S L
Decimal 181 71 116 0 0.61 0.36 0.29 335.45 0.44 0.49
Hex B5 47 74 0 3D 24 1D 14F 2C 31
Octal 265 107 164 0 75 44 35 517 54 61
Binary 10110101 1000111 1110100 0 111101 100100 11101 101001111 101100 110001

Color Harmonies of #B54774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54774

Black with #B54774

Text Example


Text Example

White with #B54774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54774; }

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

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

background-color css

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

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

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

border-color css

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

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

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