#B54D7C

Color #B54D7C Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B54D7C

Tints of Royal Heath #B54D7C

Color information

#B54D7C (or 0xB54D7C) is unknown color: approx Royal Heath. HEX triplet: B5, 4D and 7C. RGB value is (181,77,124). Sum of RGB (Red+Green+Blue) = 181+77+124=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54D7C is #4AB283. Grayscale: #717171. Windows color (decimal): -4895364 or 8146357. OLE color: 8146357.

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

Color convert

RGB18177124-
CMYK00.570.310.29
HSL332.88º41.27%50.59%-
HSV(B)332.88º57.46%70.98%-
XYZ25.3516.5920.93-
YUV113.45133.96176.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.38%
GREEN value IS 77 (30.47% from 255) = 20.16%
BLUE value IS 124 (48.83% from 255) = 32.46%
R=47.38%
G=20.16%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817712400.570.310.29332.8841.2750.59
HexB54D7C0391F1D14d2933
Octal26511517407137355155163
Binary101101011001101111110001110011111111101101001101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D7C; }

 p { color: rgb(181,77,124); }

 H1.HeaderClassName
 {
   color: #B54D7C;
 }
 .AnyTagClassName
 {
   color: #B54D7C;
 }
</style>
background-color css

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

 a { background-color: rgb(181,77,124); }

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

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

 span { border-color: rgb(181,77,124); }

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