#B54E7C

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

Shades of Royal Heath #B54E7C

Tints of Royal Heath #B54E7C

Color information

#B54E7C (or 0xB54E7C) is unknown color: approx Royal Heath. HEX triplet: B5, 4E and 7C. RGB value is (181,78,124). Sum of RGB (Red+Green+Blue) = 181+78+124=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54E7C is #4AB183. Grayscale: #717171. Windows color (decimal): -4895108 or 8146613. OLE color: 8146613.

HSL color Cylindrical-coordinate representation of color #B54E7C: hue angle of 333.2º 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 #B54E7C is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18178124-
CMYK00.570.310.29
HSL333.2º41.04%50.78%-
HSV(B)333.2º56.91%70.98%-
XYZ25.4216.7320.96-
YUV114.04133.62175.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 78 (30.86% from 255) = 20.37%
BLUE value IS 124 (48.83% from 255) = 32.38%
R=47.26%
G=20.37%
B=32.38%

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
Decimal1817812400.570.310.29333.241.0450.78
HexB54E7C0391F1D14d2933
Octal26511617407137355155163
Binary101101011001110111110001110011111111101101001101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54E7C; }

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

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

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

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

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

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

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

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