Html Css Color HEX #B54C78 Royal Heath

📋 copy color: '#B54C78'

red 181 ◦ green 76 ◦ blue 120

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

Shades of Royal Heath #B54C78

Tints of Royal Heath #B54C78

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.16%

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

R = 48.01%
G = 20.16%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B54C78 (or 0xB54C78) is known color: Royal Heath. HEX triplet: B5, 4C and 78. RGB value is (181,76,120). Sum of RGB (Red+Green+Blue) = 181+76+120=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54C78 is #4AB387. Grayscale: #707070. Windows color (decimal): -4895624 or 7883957. OLE color: 7883957.

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

Color convert

RGB 181 76 120 -
CMYK 0 0.58 0.34 0.29
HSL 334.86º 0.42% 0.5% -
HSV(B) 334.86º 0.58% 0.71% -
XYZ 25.03 16.35 19.61 -
YUV 112.41 132.29 176.92 -
System Red Green Blue C M Y K H S L
Decimal 181 76 120 0 0.58 0.34 0.29 334.86 0.42 0.5
Hex B5 4C 78 0 3A 22 1D 14F 2A 32
Octal 265 114 170 0 72 42 35 517 52 62
Binary 10110101 1001100 1111000 0 111010 100010 11101 101001111 101010 110010

Color Harmonies of #B54C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54C78

Black with #B54C78

Text Example


Text Example

White with #B54C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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