#B1547E

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

Shades of Royal Heath #B1547E

Tints of Royal Heath #B1547E

Color information

#B1547E (or 0xB1547E) is unknown color: approx Royal Heath. HEX triplet: B1, 54 and 7E. RGB value is (177,84,126). Sum of RGB (Red+Green+Blue) = 177+84+126=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1547E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1547E is #4EAB81. Grayscale: #747474. Windows color (decimal): -5155714 or 8279217. OLE color: 8279217.

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

Color convert

RGB17784126-
CMYK00.530.290.31
HSL332.9º37.35%51.18%-
HSV(B)332.9º52.54%69.41%-
XYZ25.0717.1921.74-
YUV116.6133.31171.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=45.74%
G=21.71%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778412600.530.290.31332.937.3551.18
HexB1547E0351D1F14d2533
Octal26112417606535375154563
Binary101100011010100111111001101011110111111101001101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1547E; }

 p { color: rgb(177,84,126); }

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

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

 a { background-color: rgb(177,84,126); }

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

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

 span { border-color: rgb(177,84,126); }

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