Html Css Color HEX #B54978 Royal Heath

📋 copy color: '#B54978'

red 181 ◦ green 73 ◦ blue 120

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

Shades of Royal Heath #B54978

Tints of Royal Heath #B54978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.52%

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

R = 48.4%
G = 19.52%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B54978 (or 0xB54978) is known color: Royal Heath. HEX triplet: B5, 49 and 78. RGB value is (181,73,120). Sum of RGB (Red+Green+Blue) = 181+73+120=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B54978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54978 is #4AB687. Grayscale: #6E6E6E. Windows color (decimal): -4896392 or 7883189. OLE color: 7883189.

HSL color Cylindrical-coordinate representation of color #B54978: hue angle of 333.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54978 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 73 120 -
CMYK 0 0.60 0.34 0.29
HSL 333.89º 0.43% 0.5% -
HSV(B) 333.89º 0.6% 0.71% -
XYZ 24.83 15.94 19.54 -
YUV 110.65 133.28 178.18 -
System Red Green Blue C M Y K H S L
Decimal 181 73 120 0 0.60 0.34 0.29 333.89 0.43 0.5
Hex B5 49 78 0 3C 22 1D 14E 2B 32
Octal 265 111 170 0 74 42 35 516 53 62
Binary 10110101 1001001 1111000 0 111100 100010 11101 101001110 101011 110010

Color Harmonies of #B54978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54978

Black with #B54978

Text Example


Text Example

White with #B54978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54978; }

 p { color: rgb(181,73,120); }

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

background-color css

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

 a { background-color: rgb(181,73,120); }

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

border-color css

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

 span { border-color: rgb(181,73,120); }

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