Html Css Color HEX #B54F78 Royal Heath

📋 copy color: '#B54F78'

red 181 ◦ green 79 ◦ blue 120

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

Shades of Royal Heath #B54F78

Tints of Royal Heath #B54F78

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.79%

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

R = 47.63%
G = 20.79%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B54F78 (or 0xB54F78) is known color: Royal Heath. HEX triplet: B5, 4F and 78. RGB value is (181,79,120). Sum of RGB (Red+Green+Blue) = 181+79+120=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B54F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54F78 is #4AB087. Grayscale: #727272. Windows color (decimal): -4894856 or 7884725. OLE color: 7884725.

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

Color convert

RGB 181 79 120 -
CMYK 0 0.56 0.34 0.29
HSL 335.88º 0.41% 0.51% -
HSV(B) 335.88º 0.56% 0.71% -
XYZ 25.24 16.77 19.68 -
YUV 114.17 131.29 175.67 -
System Red Green Blue C M Y K H S L
Decimal 181 79 120 0 0.56 0.34 0.29 335.88 0.41 0.51
Hex B5 4F 78 0 38 22 1D 150 29 33
Octal 265 117 170 0 70 42 35 520 51 63
Binary 10110101 1001111 1111000 0 111000 100010 11101 101010000 101001 110011

Color Harmonies of #B54F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54F78

Black with #B54F78

Text Example


Text Example

White with #B54F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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