#B54E74

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

Shades of Royal Heath #B54E74

Tints of Royal Heath #B54E74

Color information

#B54E74 (or 0xB54E74) is unknown color: approx Royal Heath. HEX triplet: B5, 4E and 74. RGB value is (181,78,116). Sum of RGB (Red+Green+Blue) = 181+78+116=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54E74 is #4AB18B. Grayscale: #717171. Windows color (decimal): -4895116 or 7622325. OLE color: 7622325.

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

Color convert

RGB18178116-
CMYK00.570.360.29
HSL337.86º41.04%50.78%-
HSV(B)337.86º56.91%70.98%-
XYZ24.9316.5318.4-
YUV113.13129.62176.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.27%
GREEN value IS 78 (30.86% from 255) = 20.8%
BLUE value IS 116 (45.70% from 255) = 30.93%
R=48.27%
G=20.8%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817811600.570.360.29337.8641.0450.78
HexB54E74039241D1522933
Octal26511616407144355225163
Binary1011010110011101110100011100110010011101101010010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54E74; }

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

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

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

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

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

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

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

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