Html Css Color HEX #B54579 Royal Heath

📋 copy color: '#B54579'

red 181 ◦ green 69 ◦ blue 121

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

Shades of Royal Heath #B54579

Tints of Royal Heath #B54579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.6%

 BLUE value IS 121 (47.66% from 255) = 32.61%

R = 48.79%
G = 18.6%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B54579 (or 0xB54579) is known color: Royal Heath. HEX triplet: B5, 45 and 79. RGB value is (181,69,121). Sum of RGB (Red+Green+Blue) = 181+69+121=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B54579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54579 is #4ABA86. Grayscale: #6C6C6C. Windows color (decimal): -4897415 or 7947701. OLE color: 7947701.

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

Color convert

RGB 181 69 121 -
CMYK 0 0.62 0.33 0.29
HSL 332.14º 0.45% 0.49% -
HSV(B) 332.14º 0.62% 0.71% -
XYZ 24.64 15.46 19.77 -
YUV 108.42 135.11 179.77 -
System Red Green Blue C M Y K H S L
Decimal 181 69 121 0 0.62 0.33 0.29 332.14 0.45 0.49
Hex B5 45 79 0 3E 21 1D 14C 2D 31
Octal 265 105 171 0 76 41 35 514 55 61
Binary 10110101 1000101 1111001 0 111110 100001 11101 101001100 101101 110001

Color Harmonies of #B54579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54579

Black with #B54579

Text Example


Text Example

White with #B54579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54579; }

 p { color: rgb(181,69,121); }

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

background-color css

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

 a { background-color: rgb(181,69,121); }

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

border-color css

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

 span { border-color: rgb(181,69,121); }

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