#B54E7E

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

Shades of Royal Heath #B54E7E

Tints of Royal Heath #B54E7E

Color information

#B54E7E (or 0xB54E7E) is unknown color: approx Royal Heath. HEX triplet: B5, 4E and 7E. RGB value is (181,78,126). Sum of RGB (Red+Green+Blue) = 181+78+126=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54E7E is #4AB181. Grayscale: #727272. Windows color (decimal): -4895106 or 8277685. OLE color: 8277685.

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

Color convert

RGB18178126-
CMYK00.570.300.29
HSL332.04º41.04%50.78%-
HSV(B)332.04º56.91%70.98%-
XYZ25.5516.7821.63-
YUV114.27134.62175.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 78 (30.86% from 255) = 20.26%
BLUE value IS 126 (49.61% from 255) = 32.73%
R=47.01%
G=20.26%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817812600.570.300.29332.0441.0450.78
HexB54E7E0391E1D14c2933
Octal26511617607136355145163
Binary101101011001110111111001110011111011101101001100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54E7E; }

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

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

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

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

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

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

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

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